TM Forum · Schema

Place_FVO

Place reference.

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tm-forum-place-fvo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Place_FVO",
  "title": "Place_FVO",
  "type": "object",
  "description": "Place reference.",
  "allOf": [
    {
      "$ref": "#/components/schemas/Entity_FVO"
    }
  ],
  "discriminator": {
    "propertyName": "@type",
    "mapping": {
      "Place": "#/components/schemas/Place_FVO",
      "GeographicSite": "#/components/schemas/GeographicSite_FVO",
      "GeographicLocation": "#/components/schemas/GeographicLocation_FVO",
      "GeographicAddress": "#/components/schemas/GeographicAddress_FVO"
    }
  }
}