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

22 lines
393 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"rank": {
"type": ["null", "number"]
},
"hour_of_week": {
"type": ["null", "number"]
},
"hour_of_day": {
"type": ["null", "number"]
},
"day_of_week": {
"type": ["null", "number"]
},
"count": {
"type": ["null", "count"]
}
}
}