TM Forum · JSON Structure

Tmf637 Product Inventory Target Product Schema Structure

The reference object to the schema and type of target product which is described by product specification

Type: object Properties: 2
TelcoTelecommunicationsBSSOSSOpen APIsStandards

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

Properties

@type @schemaLocation

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-target-product-schema-structure.json",
  "name": "TargetProductSchema",
  "description": "The reference object to the schema and type of target product which is described by product specification",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string",
      "description": "Class type of the target product"
    },
    "@schemaLocation": {
      "type": "uri",
      "description": "This field provides a link to the schema describing the target product"
    }
  }
}