TM Forum · Schema

Addressable_FVO

Base schema for adressable entities

TelcoTelecommunicationsBSSOSSOpen APIsStandards

Properties

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

JSON Schema

tm-forum-addressable-fvo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Addressable_FVO",
  "title": "Addressable_FVO",
  "type": "object",
  "description": "Base schema for adressable entities",
  "properties": {
    "id": {
      "type": "string",
      "description": "unique identifier"
    }
  }
}