TM Forum · JSON Structure

Tmf622 Product Ordering Product Order Milestone Structure

ProductOrderMilestone schema from TM Forum API

Type: Properties: 0
TelcoTelecommunicationsBSSOSSOpen APIsStandards

ProductOrderMilestone is a JSON Structure definition published by TM Forum. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tm-forum/refs/heads/main/json-structure/tmf622-product-ordering-product-order-milestone-structure.json",
  "name": "ProductOrderMilestone",
  "description": "ProductOrderMilestone schema from TM Forum API",
  "allOf": [
    {
      "$ref": "#/components/schemas/Milestone"
    },
    {
      "type": "object",
      "description": "A ProductOrderMilestone represents an action or event marking a significant change or stage in processing of a product order.",
      "properties": {
        "productOrderItem": {
          "type": "array",
          "description": "A list of order item references corresponded to this alert",
          "items": {
            "$ref": "#/components/schemas/ProductOrderItemRef"
          }
        }
      }
    }
  ]
}