Digital Asset Passport standard metadata.
Properties
View raw schema
{
"type": "object",
"properties": {
"title": {
"type": "string"
},
"license": {
"type": "string"
},
"mimeType": {
"type": "string"
},
"copyright": {
"type": "string"
},
"description": {
"type": "string"
}
},
"description": "Digital Asset Passport standard metadata."
}