16 lines
230 B
JSON
16 lines
230 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"limit": {
|
||
|
"type": ["string", "number"]
|
||
|
},
|
||
|
"mimetype": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"fallback": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
},
|
||
|
"additionalProperties": true
|
||
|
}
|