"attrs": {
"type": "object",
"additionalProperties": false,
"required": [
"id",
"collection"
],
"properties": {
"data": {},
"type": {
"enum": [
"file",
"link"
]
},
"id": {
"type": "string",
"minLength": 1
},
"collection": {"type": "string"},
"height": {"type": "number"},
"width": {"type": "number"},
"occurrenceKey": {
"type": "string",
"minLength": 1
},
"alt": {"type": "string"}
}
}
|