18 lines
276 B
JSON
18 lines
276 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"limit": {
|
|
"type": ["number", "string"]
|
|
},
|
|
"prefix": {
|
|
"type": "string"
|
|
},
|
|
"mimetype": {
|
|
"type": "string"
|
|
},
|
|
"encoding": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"additionalProperties": true
|
|
}
|