TM Forum · Schema

ProductOrderAttributeValueChangePayload

ProductOrderAttributeValueChangePayload generic structure

TelcoTelecommunicationsBSSOSSOpen APIsStandards

Properties

Name Type Description
productOrder object
View JSON Schema on GitHub

JSON Schema

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