TM Forum · Schema

ProductAttributeValueChangePayload

ProductAttributeValueChangePayload generic structure

TelcoTelecommunicationsBSSOSSOpen APIsStandards

Properties

Name Type Description
product object
View JSON Schema on GitHub

JSON Schema

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