Version 1.1
Attributes
*
is required.
Attribute
Description
data format
Example
$schema*
IPFS URL to the schema JSON the given metadata follows. Fixed value for Metadata Version 1.1 in example value.
URL
ipfs://bafkreiallgjahi2rxvl67p36n3e5vxay27uygpn62kayd3hnkcqjtqo7su
historyType*
History Type.
string
appraisal
appraiserLUWs*
Appraiser LUW
Array of string
[
"0x8DFea3525EE810A7FEa886Fee69c57e68B5d5052"
]
completionDate*
Date of the completion
string
2020-01-23
attachmentFiles*
Information regarding the proof files.
Array of object
[{
"hash": "sha256-247e4b904322a1dd0b148cd77e8627ec7d391251380880ab4621726ecb945ef5"
}]
attachmentFiles[*].hash*
SHA256 of the proof files.
string
sha256-247e4b904322a1dd0b148cd77e8627ec7d391251380880ab4621726ecb945ef5
Complete Example
{
"$schema": "ipfs://bafkreiallgjahi2rxvl67p36n3e5vxay27uygpn62kayd3hnkcqjtqo7su",
"historyType": "appraisal",
"appraiserLUWs": ["0x8DFea3525EE810A7FEa886Fee69c57e68B5d5052"],
"completionDate": "2020-03-21",
"attachmentFiles": [{
"hash": "sha256-247e4b904322a1dd0b148cd77e8627ec7d391251380880ab4621726ecb945ef5"
}]
}
Last updated
Was this helpful?