Version 1.2
Attributes
*
is required.
$schema*
IPFS URL to the schema json the given metadata follows. Fixed value for Metadata Version 1.2 in example value.
URL
transferType*
Transfer type
"Primary sale" | "Secondary sale" | "Other transfer"
Primary sale
version
Semantic version of this schema.
string
1.2
remarks
Remarks in multiple languages
Language Object (see at the bottom of the table)
"remarks": { "en": "Reason for the transfer, English", "ja": "็งป่ปขใฎ็็ฑ๏ผๆฅๆฌ่ช" }
customHistoryId
id of custom history
number
10
Object
<Language Object>
An object specifying multiple supported languages. The property names are two letter letter language codes from BCP-47, such as en or ja.
Each property name: 2 char string from BCP-47, value: string
{
"en": "A title",
"ja": "ใฟใคใใซ",
"zh": "ไธไธชๆ ้ข"
}
Complete Example
{
"$schema": "ipfs://bafkreiagmzvya63vrv4byglrtkabk5xrr2x7g7zsa3fzxbz43c7tyw6kgm",
"transferType": "Primary sale",
"customHistoryId": 1,
"remarks": {
"en": "Reason for the transfer, English",
"ja": "็งป่ปขใฎ็็ฑ๏ผๆฅๆฌ่ช"
}
}
Last updated
Was this helpful?