mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 07:33:17 +00:00
59 lines
1.0 KiB
JSON
59 lines
1.0 KiB
JSON
{
|
|
"connection": "default",
|
|
"info": {
|
|
"name": "file",
|
|
"description": ""
|
|
},
|
|
"options": {
|
|
"timestamps": true
|
|
},
|
|
"attributes": {
|
|
"name": {
|
|
"type": "string",
|
|
"configurable": false,
|
|
"required": true
|
|
},
|
|
"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": "string",
|
|
"configurable": false,
|
|
"required": true
|
|
},
|
|
"url": {
|
|
"type": "string",
|
|
"configurable": false,
|
|
"required": true
|
|
},
|
|
"provider": {
|
|
"type": "string",
|
|
"configurable": false,
|
|
"required": true
|
|
},
|
|
"public_id": {
|
|
"type": "string",
|
|
"configurable": false
|
|
},
|
|
"related": {
|
|
"collection": "*",
|
|
"filter": "field",
|
|
"configurable": false
|
|
}
|
|
}
|
|
} |