{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/tvdb/refs/heads/main/json-structure/tvdb-production-country-structure.json", "name": "ProductionCountry", "description": "Production country record", "properties": { "id": { "type": "int64", "x-go-name": "ID", "example": 12345 }, "country": { "type": "string", "example": "usa" }, "name": { "type": "string", "example": "Example Name" } }, "type": "object" }