TM Forum · JSON Structure

Tmf620 Product Catalog Characteristic Specification Relationship Structure

CharacteristicSpecificationRelationship schema from TM Forum API

Type: Properties: 0
TelcoTelecommunicationsBSSOSSOpen APIsStandards

CharacteristicSpecificationRelationship 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/tmf620-product-catalog-characteristic-specification-relationship-structure.json",
  "name": "CharacteristicSpecificationRelationship",
  "description": "CharacteristicSpecificationRelationship schema from TM Forum API",
  "allOf": [
    {
      "$ref": "#/components/schemas/Extensible"
    },
    {
      "type": "object",
      "description": "An aggregation, migration, substitution, dependency or exclusivity relationship between/among Characteristic specifications. The specification characteristic is embedded within the specification whose ID and href are in this entity, and identified by its ID.",
      "properties": {
        "relationshipType": {
          "type": "string",
          "description": "Type of relationship such as aggregation, migration, substitution, dependency, exclusivity"
        },
        "name": {
          "type": "string",
          "description": "Name of the target characteristic within the specification"
        },
        "characteristicSpecificationId": {
          "type": "string",
          "description": "Unique identifier of the characteristic within the specification"
        },
        "parentSpecificationHref": {
          "type": "uri",
          "description": "Hyperlink reference to the parent specification containing the target characteristic"
        },
        "validFor": {
          "$ref": "#/components/schemas/TimePeriod"
        },
        "parentSpecificationId": {
          "type": "string",
          "description": "Unique identifier of the parent specification containing the target characteristic"
        }
      }
    }
  ],
  "discriminator": {
    "propertyName": "@type",
    "mapping": {
      "CharacteristicSpecificationRelationship": "#/components/schemas/CharacteristicSpecificationRelationship"
    }
  }
}