TM Forum · JSON Structure

Tmf622 Product Ordering Product Order Attribute Value Change Payload Structure

ProductOrderAttributeValueChangePayload generic structure

Type: object Properties: 1
TelcoTelecommunicationsBSSOSSOpen APIsStandards

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

Properties

productOrder

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-attribute-value-change-payload-structure.json",
  "name": "ProductOrderAttributeValueChangePayload",
  "description": "ProductOrderAttributeValueChangePayload generic structure",
  "type": "object",
  "properties": {
    "productOrder": {
      "$ref": "#/components/schemas/ProductOrder"
    }
  }
}