TM Forum · Schema

Addressable

Base schema for adressable entities

TelcoTelecommunicationsBSSOSSOpen APIsStandards

Properties

Name Type Description
href string Hyperlink reference
id string unique identifier
View JSON Schema on GitHub

JSON Schema

tmf622-product-ordering-addressable-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tm-forum/refs/heads/main/json-schema/tmf622-product-ordering-addressable-schema.json",
  "title": "Addressable",
  "description": "Base schema for adressable entities",
  "type": "object",
  "properties": {
    "href": {
      "type": "string",
      "description": "Hyperlink reference"
    },
    "id": {
      "type": "string",
      "description": "unique identifier"
    }
  }
}