airbyte-custom-connector/source-simplecast-fecther/source_simplecast_fecther/schemas/analytic_download.json

16 lines
291 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"interval": {
"type": ["null", "string"]
},
"downloads_total": {
"type": ["null", "number"]
},
"downloads_percent": {
"type": ["null", "number"]
}
}
}