{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/bill-subs-api_zone", "title": "bill-subs-api_zone", "description": "A simple zone object. May have null properties if not a zone subscription.", "properties": { "id": { "$ref": "#/components/schemas/bill-subs-api_identifier" }, "name": { "$ref": "#/components/schemas/bill-subs-api_name" } }, "type": "object" }