TM Forum · Schema

ImportJobStateChangeEventPayload

ImportJobStateChangeEventPayload generic structure

TelcoTelecommunicationsBSSOSSOpen APIsStandards

Properties

Name Type Description
importJob object
View JSON Schema on GitHub

JSON Schema

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