improve art-collection.json example

This commit is contained in:
Jason Dreyzehner
2023-05-09 23:00:30 -04:00
parent 97a428597c
commit bc1ae59202
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Registry Examples # Registry Examples
This directory includes several [Bitcoin Cash Metadata Registry](../readme.md) examples. Each example is briefly described below. This directory includes several [Bitcoin Cash Metadata Registry](./readme.md) examples. Each example is briefly described below.
## Fungible Token ## Fungible Token
+4 -1
View File
@@ -24,9 +24,10 @@
"types": { "types": {
"": { "": {
"name": "Example #0", "name": "Example #0",
"description": "An NFT of this category with a zero-length on-chain commitment (VM number 0). Where appropriate, user interfaces may display the ticker symbol of NFTs matching this type as XAMPLZ-0.", "description": "An NFT of this category with a zero-length on-chain commitment (VM number 0). Where appropriate, user interfaces may display the ticker symbol of NFTs matching this type as XAMPLZ-0.\n\nIn this example, the art represented by this NFT has a square aspect ratio and uses the SVG format, so the same URI can be used for both the 'icon' and 'image' URIs. For NFTs that represent art in raster formats other aspect ratios, the 'icon' URI should point to a 400px by 400px or SVG icon representing the NFT.",
"uris": { "uris": {
"icon": "ipfs://bafybeihnmh5bkbaspp3xfdanje74pekhsklhobzzraeyywq6gcpb3iuvey/0.svg", "icon": "ipfs://bafybeihnmh5bkbaspp3xfdanje74pekhsklhobzzraeyywq6gcpb3iuvey/0.svg",
"image": "ipfs://bafybeihnmh5bkbaspp3xfdanje74pekhsklhobzzraeyywq6gcpb3iuvey/0.svg",
"web": "https://example.com/xamplz/0/details" "web": "https://example.com/xamplz/0/details"
} }
}, },
@@ -35,6 +36,7 @@
"description": "An NFT of this category with an on-chain commitment of 0x01 (VM number 1). Where appropriate, user interfaces may display the ticker symbol of NFTs matching this type as XAMPLZ-1.", "description": "An NFT of this category with an on-chain commitment of 0x01 (VM number 1). Where appropriate, user interfaces may display the ticker symbol of NFTs matching this type as XAMPLZ-1.",
"uris": { "uris": {
"icon": "ipfs://bafybeihnmh5bkbaspp3xfdanje74pekhsklhobzzraeyywq6gcpb3iuvey/1.svg", "icon": "ipfs://bafybeihnmh5bkbaspp3xfdanje74pekhsklhobzzraeyywq6gcpb3iuvey/1.svg",
"image": "ipfs://bafybeihnmh5bkbaspp3xfdanje74pekhsklhobzzraeyywq6gcpb3iuvey/1.svg",
"web": "https://example.com/xamplz/1/details", "web": "https://example.com/xamplz/1/details",
"custom-uri-identifier": "protocol://data-for-some-protocol" "custom-uri-identifier": "protocol://data-for-some-protocol"
} }
@@ -44,6 +46,7 @@
"description": "An NFT of this category with an on-chain commitment of 0x02 (VM number 2). Where appropriate, user interfaces may display the ticker symbol of NFTs matching this type as XAMPLZ-2.", "description": "An NFT of this category with an on-chain commitment of 0x02 (VM number 2). Where appropriate, user interfaces may display the ticker symbol of NFTs matching this type as XAMPLZ-2.",
"uris": { "uris": {
"icon": "ipfs://bafybeihnmh5bkbaspp3xfdanje74pekhsklhobzzraeyywq6gcpb3iuvey/2.svg", "icon": "ipfs://bafybeihnmh5bkbaspp3xfdanje74pekhsklhobzzraeyywq6gcpb3iuvey/2.svg",
"image": "ipfs://bafybeihnmh5bkbaspp3xfdanje74pekhsklhobzzraeyywq6gcpb3iuvey/2.svg",
"web": "https://example.com/another/path", "web": "https://example.com/another/path",
"another-uri-identifier": "protocol://data-for-that-protocol" "another-uri-identifier": "protocol://data-for-that-protocol"
} }
+1 -1
View File
@@ -6,7 +6,7 @@
Maintainer: Jason Dreyzehner Maintainer: Jason Dreyzehner
Status: Draft Status: Draft
Initial Publication Date: 2022-10-31 Initial Publication Date: 2022-10-31
Latest Revision Date: 2023-05-01 Latest Revision Date: 2023-05-09
Version: 2.0.0-draft Version: 2.0.0-draft
<details> <details>