TM Forum · Schema

ProductOrderMilestonePayload

ProductOrderMilestonePayload generic structure

TelcoTelecommunicationsBSSOSSOpen APIsStandards

Properties

Name Type Description
productOrder object
View JSON Schema on GitHub

JSON Schema

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