mirror of
https://github.com/edufeed-org/nips.git
synced 2025-12-10 00:34:32 +00:00
Improve formatting
This commit is contained in:
parent
63718d6d89
commit
b480624ac2
1 changed files with 1 additions and 1 deletions
2
402.md
2
402.md
|
|
@ -36,7 +36,7 @@ The following tags, used for structured metadata, are standardized and SHOULD be
|
|||
- `"price"`, for the price of the thing being listed. This is an array in the format `[ "price", "<number>", "<currency>", "<frequency>" ]`.
|
||||
- `"price"` is the name of the tag
|
||||
- `"<number>"` is the amount in numeric format (but included in the tag as a string)
|
||||
- `"<currency>"` is the currency unit in 3-character ISO 4217 format or ISO 4217-like currency code (e.g. 'btc', 'eth').
|
||||
- `"<currency>"` is the currency unit in 3-character ISO 4217 format or ISO 4217-like currency code (e.g. `"btc"`, `"eth"`).
|
||||
- `"<frequency>"` is optional and can be used to describe recurring payments. SHOULD be in noun format (hour, day, week, month, year, etc.)
|
||||
|
||||
#### `price` examples
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue