A test region with a label.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/observatory_labeled_region", "title": "observatory_labeled_region", "description": "A test region with a label.", "properties": { "label": { "example": "Iowa, USA", "type": "string" }, "value": { "$ref": "#/components/schemas/observatory_region" } }, "type": "object" }