diff options
| author | Jeff Gardner <202880+erskingardner@users.noreply.github.com> | 2023-07-17 12:34:24 +0200 |
|---|---|---|
| committer | Jeff Gardner <202880+erskingardner@users.noreply.github.com> | 2023-07-17 12:34:24 +0200 |
| commit | 629c787d284c6bf27853f8b272888d86bd48d1dc (patch) | |
| tree | 33c6d1549e33950a360a16cc6795eeddaefee01e | |
| parent | f065a40ee60d3b0f48f4f09e3daf12d6045cc0ae (diff) | |
Update for feedback on format of price array
| -rw-r--r-- | 402.md | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -37,13 +37,13 @@ The following tags, used for structured metadata, are standardized and SHOULD be | |||
| 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. | 39 | - `"<currency>"` is the currency unit in 3-character ISO 4217 format. |
| 40 | - `"<frequency>"` is optional and can be used to describe recurring payments. | 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 |
| 43 | 43 | ||
| 44 | - $50 one-time payment `["price", "50", "USD", ""]` | 44 | - $50 one-time payment `["price", "50", "USD"]` |
| 45 | - €15 per month `["price", "15", "EUR", "monthly"]` | 45 | - €15 per month `["price", "15", "EUR", "month"]` |
| 46 | - £50,000 per year `["price", "50000", "GBP", "yearly"]` | 46 | - £50,000 per year `["price", "50000", "GBP", "year"]` |
| 47 | 47 | ||
| 48 | Other standard tags that might be useful. | 48 | Other standard tags that might be useful. |
| 49 | 49 | ||