TM Forum · Schema

ExportJobCreateEventPayload

ExportJobCreateEventPayload generic structure

TelcoTelecommunicationsBSSOSSOpen APIsStandards

Properties

Name Type Description
exportJob object
View JSON Schema on GitHub

JSON Schema

tm-forum-exportjobcreateeventpayload-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ExportJobCreateEventPayload",
  "title": "ExportJobCreateEventPayload",
  "type": "object",
  "description": "ExportJobCreateEventPayload generic structure",
  "properties": {
    "exportJob": {
      "$ref": "#/components/schemas/ExportJob"
    }
  }
}