mirror of
https://github.com/status-im/airbyte-custom-connector.git
synced 2025-03-03 10:00:33 +00:00
43 lines
794 B
JSON
43 lines
794 B
JSON
|
{
|
||
|
"$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"]
|
||
|
},
|
||
|
"season_href": {
|
||
|
"type": ["null", "string"]
|
||
|
},
|
||
|
"season_number": {
|
||
|
"type": ["null", "number"]
|
||
|
},
|
||
|
"number": {
|
||
|
"type": ["null", "number"]
|
||
|
},
|
||
|
"descritpion": {
|
||
|
"type": ["null", "string"]
|
||
|
},
|
||
|
"duration": {
|
||
|
"type": ["null", "number"]
|
||
|
},
|
||
|
"token": {
|
||
|
"type": ["null", "string"]
|
||
|
},
|
||
|
"type": {
|
||
|
"type": ["null", "string"]
|
||
|
}
|
||
|
}
|
||
|
}
|