TM Forum · Schema

AppointmentRef_FVO

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tm-forum-appointmentref-fvo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AppointmentRef_FVO",
  "title": "AppointmentRef_FVO",
  "allOf": [
    {
      "$ref": "#/components/schemas/Extensible_FVO"
    },
    {
      "$ref": "#/components/schemas/EntityRef_FVO"
    },
    {
      "type": "object",
      "description": "Refers an appointment, such as a Customer presentation or internal meeting or site visit",
      "properties": {
        "description": {
          "type": "string",
          "description": "An explanatory text regarding the appointment made with a party"
        }
      }
    }
  ],
  "discriminator": {
    "propertyName": "@type",
    "mapping": {
      "AppointmentRef": "#/components/schemas/AppointmentRef_FVO"
    }
  }
}