TM Forum · Schema

GeographicLocationRef

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tm-forum-geographiclocationref-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GeographicLocationRef",
  "title": "GeographicLocationRef",
  "type": "object",
  "allOf": [
    {
      "$ref": "#/components/schemas/EntityRef"
    }
  ],
  "discriminator": {
    "propertyName": "@type",
    "mapping": {
      "GeographicLocationRef": "#/components/schemas/GeographicLocationRef"
    }
  }
}