TM Forum · JSON Structure

Tmf637 Product Inventory Addressable Structure

Base schema for adressable entities

Type: object Properties: 2
TelcoTelecommunicationsBSSOSSOpen APIsStandards

Addressable 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

href id

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-addressable-structure.json",
  "name": "Addressable",
  "description": "Base schema for adressable entities",
  "type": "object",
  "properties": {
    "href": {
      "type": "string",
      "description": "Hyperlink reference"
    },
    "id": {
      "type": "string",
      "description": "unique identifier"
    }
  }
}