diff options
| author | Jeff Gardner <202880+erskingardner@users.noreply.github.com> | 2023-07-18 15:22:56 +0200 |
|---|---|---|
| committer | Jeff Gardner <202880+erskingardner@users.noreply.github.com> | 2023-07-18 15:22:56 +0200 |
| commit | b480624ac27e7083ed01c7f3d2157fddf7bd692a (patch) | |
| tree | fb25f72334f5ca04b64558160f24f9f7dbe46aae | |
| parent | 63718d6d89269819807b1e1c996d304f7aca64b0 (diff) | |
Improve formatting
| -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 |