TM Forum · Schema

PlaceRef_FVO

Place reference.

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tm-forum-placeref-fvo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PlaceRef_FVO",
  "title": "PlaceRef_FVO",
  "type": "object",
  "description": "Place reference.",
  "allOf": [
    {
      "$ref": "#/components/schemas/Extensible_FVO"
    },
    {
      "$ref": "#/components/schemas/EntityRef_FVO"
    }
  ],
  "discriminator": {
    "propertyName": "@type",
    "mapping": {
      "PlaceRef": "#/components/schemas/PlaceRef_FVO"
    }
  }
}