observatory_labeled_region

A test region with a label.

APIs.ioEngineeringPlatform

Properties

Name Type Description
label string
value object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-observatory-labeled-region-schema.json Raw ↑
{
  "$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"
}