22 lines
377 B
JSON
22 lines
377 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"id": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"type": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"title": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"downloads": {
|
|
"type": ["null", "number"]
|
|
},
|
|
"number": {
|
|
"type": ["null", "number"]
|
|
}
|
|
}
|
|
}
|