TM Forum · Schema

Characteristic

Characteristic schema from TM Forum API

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tmf621-trouble-ticket-characteristic-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/tmf621-trouble-ticket-characteristic-schema.json",
  "title": "Characteristic",
  "description": "Characteristic schema from TM Forum API",
  "allOf": [
    {
      "$ref": "#/components/schemas/Extensible"
    },
    {
      "type": "object",
      "description": "Describes a given characteristic of an object or entity through a name/value pair. This is an abstract base class, the actual value is in one of the strongly-typed subclasses : StringCharacteristic, ObjectCharacteristic, FloatCharacteristic, BooleanCharacteristic, NumberCharacteristic, IntegerCharacteristic, StringArrayCharacteristic, ObjectArrayCharacteristic, BooleanArrayCharacteristic, NumberArrayCharacteristic, IntegerArrayCharacteristic...",
      "properties": {
        "id": {
          "type": "string",
          "description": "Unique identifier of the characteristic"
        },
        "name": {
          "type": "string",
          "description": "Name of the characteristic"
        },
        "valueType": {
          "type": "string",
          "description": "Data type of the value of the characteristic"
        },
        "characteristicRelationship": {
          "type": "array",
          "description": "Collection of characteristic relationships",
          "items": {
            "$ref": "#/components/schemas/CharacteristicRelationship"
          }
        }
      }
    }
  ],
  "discriminator": {
    "propertyName": "@type",
    "mapping": {
      "BooleanArrayCharacteristic": "#/components/schemas/BooleanArrayCharacteristic",
      "BooleanCharacteristic": "#/components/schemas/BooleanCharacteristic",
      "Characteristic": "#/components/schemas/Characteristic",
      "FloatCharacteristic": "#/components/schemas/FloatCharacteristic",
      "IntegerArrayCharacteristic": "#/components/schemas/IntegerArrayCharacteristic",
      "IntegerCharacteristic": "#/components/schemas/IntegerCharacteristic",
      "NumberArrayCharacteristic": "#/components/schemas/NumberArrayCharacteristic",
      "NumberCharacteristic": "#/components/schemas/NumberCharacteristic",
      "ObjectArrayCharacteristic": "#/components/schemas/ObjectArrayCharacteristic",
      "ObjectCharacteristic": "#/components/schemas/ObjectCharacteristic",
      "StringArrayCharacteristic": "#/components/schemas/StringArrayCharacteristic",
      "StringCharacteristic": "#/components/schemas/StringCharacteristic"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/tmf621-trouble-ticket-characteristic"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.