{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/tvdb/refs/heads/main/json-structure/tvdb-series-airs-days-structure.json", "name": "SeriesAirsDays", "description": "A series airs day record", "properties": { "friday": { "type": "boolean", "x-go-name": "Friday", "example": true }, "monday": { "type": "boolean", "x-go-name": "Monday", "example": true }, "saturday": { "type": "boolean", "x-go-name": "Saturday", "example": true }, "sunday": { "type": "boolean", "x-go-name": "Sunday", "example": true }, "thursday": { "type": "boolean", "x-go-name": "Thursday", "example": true }, "tuesday": { "type": "boolean", "x-go-name": "Tuesday", "example": true }, "wednesday": { "type": "boolean", "x-go-name": "Wednesday", "example": true } }, "type": "object" }