diff options
Diffstat (limited to '99.md')
| -rw-r--r-- | 99.md | 9 |
1 files changed, 6 insertions, 3 deletions
| @@ -1,8 +1,10 @@ | |||
| 1 | # NIP-99 | 1 | NIP-99 |
| 2 | ====== | ||
| 2 | 3 | ||
| 3 | ## Classified Listings | 4 | Classified Listings |
| 5 | ------------------- | ||
| 4 | 6 | ||
| 5 | `draft` `optional` `author:erskingardner` | 7 | `draft` `optional` |
| 6 | 8 | ||
| 7 | This NIP defines `kind:30402`: a parameterized replaceable event to describe classified listings that list any arbitrary product, service, or other thing for sale or offer and includes enough structured metadata to make them useful. | 9 | This NIP defines `kind:30402`: a parameterized replaceable event to describe classified listings that list any arbitrary product, service, or other thing for sale or offer and includes enough structured metadata to make them useful. |
| 8 | 10 | ||
| @@ -38,6 +40,7 @@ The following tags, used for structured metadata, are standardized and SHOULD be | |||
| 38 | - `"<number>"` is the amount in numeric format (but included in the tag as a string) | 40 | - `"<number>"` is the amount in numeric format (but included in the tag as a string) |
| 39 | - `"<currency>"` is the currency unit in 3-character ISO 4217 format or ISO 4217-like currency code (e.g. `"btc"`, `"eth"`). | 41 | - `"<currency>"` is the currency unit in 3-character ISO 4217 format or ISO 4217-like currency code (e.g. `"btc"`, `"eth"`). |
| 40 | - `"<frequency>"` is optional and can be used to describe recurring payments. SHOULD be in noun format (hour, day, week, month, year, etc.) | 42 | - `"<frequency>"` is optional and can be used to describe recurring payments. SHOULD be in noun format (hour, day, week, month, year, etc.) |
| 43 | - - `"status"` (optional), the status of the listing. SHOULD be either "active" or "sold". | ||
| 41 | 44 | ||
| 42 | #### `price` examples | 45 | #### `price` examples |
| 43 | 46 | ||