{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/accuweather/refs/heads/main/json-structure/accuweather-ortb-publisher-structure.json", "name": "OrtbPublisher", "description": "OrtbPublisher schema from AccuWeather API", "type": "object", "properties": { "name": { "type": "string", "nullable": true }, "domain": { "type": "string", "nullable": true }, "categories": { "type": "array", "items": { "type": "string" }, "nullable": true } } }