airbyte-custom-connector/source-simplecast-fecther/source_simplecast_fecther/schemas/analytic_episode.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"]
}
}
}