mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 07:33:17 +00:00
79 lines
1.4 KiB
JSON
79 lines
1.4 KiB
JSON
{
|
|
"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
|
|
},
|
|
"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
|
|
},
|
|
"previewUrl": {
|
|
"type": "string",
|
|
"configurable": false
|
|
},
|
|
"provider": {
|
|
"type": "string",
|
|
"configurable": false,
|
|
"required": true
|
|
},
|
|
"provider_metadata": {
|
|
"type": "json",
|
|
"configurable": false
|
|
},
|
|
"related": {
|
|
"collection": "*",
|
|
"filter": "field",
|
|
"configurable": false
|
|
}
|
|
}
|
|
}
|