upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Gardner <202880+erskingardner@users.noreply.github.com>2023-07-17 12:34:24 +0200
committerJeff Gardner <202880+erskingardner@users.noreply.github.com>2023-07-17 12:34:24 +0200
commit629c787d284c6bf27853f8b272888d86bd48d1dc (patch)
tree33c6d1549e33950a360a16cc6795eeddaefee01e
parentf065a40ee60d3b0f48f4f09e3daf12d6045cc0ae (diff)
Update for feedback on format of price array
-rw-r--r--402.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/402.md b/402.md
index 5e725c7..e63e97a 100644
--- a/402.md
+++ b/402.md
@@ -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
48Other standard tags that might be useful. 48Other standard tags that might be useful.
49 49