{ "$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" } } }