Alexandre Bodin 587cdb5a05 Save thumbnail in forats json
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-03-09 09:02:51 +01:00

80 lines
1.4 KiB
JSON

{
"connection": "default",
"info": {
"name": "file",
"description": ""
},
"options": {
"timestamps": true
},
"attributes": {
"name": {
"type": "string",
"configurable": false,
"required": true
},
"alternativeText": {
"type": "string",
"configurable": false
},
"caption": {
"type": "string",
"configurable": false
},
"width": {
"type": "integer",
"configurable": false
},
"height": {
"type": "integer",
"configurable": false
},
"formats": {
"type": "json",
"configurable": false
},
"hash": {
"type": "string",
"configurable": false,
"required": true
},
"sha256": {
"type": "string",
"configurable": false
},
"ext": {
"type": "string",
"configurable": false
},
"mime": {
"type": "string",
"configurable": false,
"required": true
},
"size": {
"type": "decimal",
"configurable": false,
"required": true
},
"url": {
"type": "string",
"configurable": false,
"required": true
},
"provider": {
"type": "string",
"configurable": false,
"required": true
},
"provider_metadata": {
"type": "json",
"configurable": false
},
"related": {
"collection": "*",
"filter": "field",
"configurable": false
}
}
}