TM Forum · Schema

Place_MVO

Place reference.

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tm-forum-place-mvo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Place_MVO",
  "title": "Place_MVO",
  "type": "object",
  "description": "Place reference.",
  "allOf": [
    {
      "$ref": "#/components/schemas/Entity_MVO"
    }
  ],
  "discriminator": {
    "propertyName": "@type",
    "mapping": {
      "Place": "#/components/schemas/Place_MVO",
      "GeographicSite": "#/components/schemas/GeographicSite_MVO",
      "GeographicLocation": "#/components/schemas/GeographicLocation_MVO",
      "GeographicAddress": "#/components/schemas/GeographicAddress_MVO"
    }
  }
}