diff options
| -rw-r--r-- | 402.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -36,7 +36,7 @@ The following tags, used for structured metadata, are standardized and SHOULD be | |||
| 36 | - `"price"`, for the price of the thing being listed. This is an array in the format `[ "price", "<number>", "<currency>", "<frequency>" ]`. | 36 | - `"price"`, for the price of the thing being listed. This is an array in the format `[ "price", "<number>", "<currency>", "<frequency>" ]`. |
| 37 | - `"price"` is the name of the tag | 37 | - `"price"` is the name of the tag |
| 38 | - `"<number>"` is the amount in numeric format (but included in the tag as a string) | 38 | - `"<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'). | 39 | - `"<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.) | 40 | - `"<frequency>"` is optional and can be used to describe recurring payments. SHOULD be in noun format (hour, day, week, month, year, etc.) |
| 41 | 41 | ||
| 42 | #### `price` examples | 42 | #### `price` examples |