TM Forum · Schema

ExportJobStateChangeEventPayload

ExportJobStateChangeEventPayload generic structure

TelcoTelecommunicationsBSSOSSOpen APIsStandards

Properties

Name Type Description
exportJob object
View JSON Schema on GitHub

JSON Schema

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