TM Forum · JSON Structure

Tmf637 Product Inventory Expression Structure

Expression schema from TM Forum API

Type: Properties: 0
TelcoTelecommunicationsBSSOSSOpen APIsStandards

Expression is a JSON Structure definition published by TM Forum. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-expression-structure.json",
  "name": "Expression",
  "description": "Expression schema from TM Forum API",
  "allOf": [
    {
      "$ref": "#/components/schemas/Extensible"
    },
    {
      "type": "object",
      "description": "Expression is the ontology-encoded form of the Intent",
      "properties": {
        "expressionLanguage": {
          "$ref": "#/components/schemas/ExpressionLanguageEnum"
        },
        "iri": {
          "type": "string",
          "description": "Internationalized Resource Identifier of the intent Expression"
        },
        "expressionValue": {
          "type": "string",
          "description": "expression value is the ontology-encoded form of the Intent such as RDF-XML, Turtle, Json-LD,..."
        }
      }
    }
  ],
  "discriminator": {
    "propertyName": "@type",
    "mapping": {
      "Expression": "#/components/schemas/Expression"
    }
  }
}