TM Forum · JSON Structure

Tmf637 Product Inventory Product Attribute Value Change Payload Structure

ProductAttributeValueChangePayload generic structure

Type: object Properties: 1
TelcoTelecommunicationsBSSOSSOpen APIsStandards

ProductAttributeValueChangePayload 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

product

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