22 lines
301 B
JSON
22 lines
301 B
JSON
|
{
|
||
|
"additionalProperties": false,
|
||
|
"properties": {
|
||
|
"upload_id": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"type": {
|
||
|
"type": "string",
|
||
|
"enum": [
|
||
|
"uploaded",
|
||
|
"custom",
|
||
|
"gravatar",
|
||
|
"system"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"required": [
|
||
|
"upload_id",
|
||
|
"type"
|
||
|
]
|
||
|
}
|