TM Forum · Schema

Entity

Base entity schema for use in TMForum Open-APIs. Property.

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tm-forum-entity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Entity",
  "title": "Entity",
  "type": "object",
  "description": "Base entity schema for use in TMForum Open-APIs. Property.",
  "allOf": [
    {
      "$ref": "#/components/schemas/Extensible"
    },
    {
      "$ref": "#/components/schemas/Addressable"
    }
  ]
}