TM Forum · JSON Structure

Tmf629 Customer Management Organization Child Relationship Structure

OrganizationChildRelationship schema from TM Forum API

Type: Properties: 0
TelcoTelecommunicationsBSSOSSOpen APIsStandards

OrganizationChildRelationship 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/tmf629-customer-management-organization-child-relationship-structure.json",
  "name": "OrganizationChildRelationship",
  "description": "OrganizationChildRelationship schema from TM Forum API",
  "allOf": [
    {
      "$ref": "#/components/schemas/Extensible"
    },
    {
      "type": "object",
      "description": "Child references of an organization in a structure of organizations.",
      "properties": {
        "relationshipType": {
          "type": "string",
          "description": "Type of the relationship. Could be juridical, hierarchical, geographical, functional for example."
        },
        "organization": {
          "$ref": "#/components/schemas/OrganizationRef"
        }
      }
    }
  ],
  "discriminator": {
    "propertyName": "@type",
    "mapping": {
      "OrganizationChildRelationship": "#/components/schemas/OrganizationChildRelationship"
    }
  }
}