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-18 15:20:32 +0200
committerJeff Gardner <202880+erskingardner@users.noreply.github.com>2023-07-18 15:20:32 +0200
commit63718d6d89269819807b1e1c996d304f7aca64b0 (patch)
treeeb0e81e27b5833aea4a457ebfe4f1f77fb411653
parent629c787d284c6bf27853f8b272888d86bd48d1dc (diff)
Update price detail
-rw-r--r--402.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/402.md b/402.md
index e63e97a..d5df924 100644
--- a/402.md
+++ b/402.md
@@ -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. 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