{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "SeriesSummary", "type": "object", "properties": { "mnemonic": { "type": "string" }, "description": { "type": "string" }, "frequency": { "type": "string" }, "source": { "type": "string" }, "geography": { "type": "string" }, "category": { "type": "string" }, "startDate": { "type": "string" }, "endDate": { "type": "string" }, "hasForecast": { "type": "boolean" } } }