TM Forum · Schema

ProductOrderJeopardyAlertPayload

ProductOrderJeopardyAlertPayload generic structure

TelcoTelecommunicationsBSSOSSOpen APIsStandards

Properties

Name Type Description
productOrder object
View JSON Schema on GitHub

JSON Schema

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