TM Forum · Schema

ImportJobCreateEvent

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tm-forum-importjobcreateevent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ImportJobCreateEvent",
  "title": "ImportJobCreateEvent",
  "allOf": [
    {
      "$ref": "#/components/schemas/Event"
    },
    {
      "type": "object",
      "description": "ImportJobCreateEvent generic structure",
      "properties": {
        "event": {
          "$ref": "#/components/schemas/ImportJobCreateEventPayload"
        }
      }
    }
  ],
  "discriminator": {
    "propertyName": "@type",
    "mapping": {
      "ImportJobCreateEvent": "#/components/schemas/ImportJobCreateEvent"
    }
  }
}