2024-03-07 16:06:04 +01:00
|
|
|
{
|
|
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"type": ["null", "string"]
|
|
|
|
},
|
|
|
|
"title": {
|
|
|
|
"type": ["null", "string"]
|
|
|
|
},
|
|
|
|
"published_at": {
|
|
|
|
"type": ["null", "string"]
|
|
|
|
},
|
|
|
|
"updated_at": {
|
|
|
|
"type": ["null", "string"]
|
|
|
|
},
|
|
|
|
"status": {
|
|
|
|
"type": ["null", "string"]
|
|
|
|
},
|
2024-03-12 08:51:47 +01:00
|
|
|
"season": {
|
|
|
|
"type": ["null", "object"],
|
|
|
|
"properties": {
|
|
|
|
"href": { "type" : ["null", "string"]},
|
|
|
|
"number": {"type": ["null", "number"]}
|
|
|
|
}
|
2024-03-07 16:06:04 +01:00
|
|
|
},
|
|
|
|
"number": {
|
|
|
|
"type": ["null", "number"]
|
|
|
|
},
|
|
|
|
"descritpion": {
|
|
|
|
"type": ["null", "string"]
|
|
|
|
},
|
|
|
|
"duration": {
|
|
|
|
"type": ["null", "number"]
|
|
|
|
},
|
|
|
|
"token": {
|
|
|
|
"type": ["null", "string"]
|
|
|
|
},
|
|
|
|
"type": {
|
|
|
|
"type": ["null", "string"]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|