TM Forum · Schema

ProductOrderJeopardyAlert_FVO

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tm-forum-productorderjeopardyalert-fvo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProductOrderJeopardyAlert_FVO",
  "title": "ProductOrderJeopardyAlert_FVO",
  "allOf": [
    {
      "$ref": "#/components/schemas/JeopardyAlert_FVO"
    },
    {
      "type": "object",
      "description": "A ProductOrderJeopardyAlert represents a predicted exception during a product order processing that would brings risk to complete successfully the order.",
      "properties": {
        "productOrderItem": {
          "type": "array",
          "description": "A list of order item references corresponded to this alert",
          "items": {
            "$ref": "#/components/schemas/ProductOrderItemRef_FVO"
          }
        }
      }
    }
  ]
}