TM Forum · JSON Structure

Tmf622 Product Ordering Geographic Site Structure

GeographicSite schema from TM Forum API

Type: Properties: 0
TelcoTelecommunicationsBSSOSSOpen APIsStandards

GeographicSite 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/tmf622-product-ordering-geographic-site-structure.json",
  "name": "GeographicSite",
  "description": "GeographicSite schema from TM Forum API",
  "allOf": [
    {
      "$ref": "#/components/schemas/Place"
    },
    {
      "type": "object",
      "properties": {
        "code": {
          "type": "string",
          "description": "A code that may be used for some addressing schemes eg: [ANSI T1.253-1999]"
        },
        "creationDate": {
          "type": "datetime",
          "description": "Date and time when the GeographicSite was created"
        },
        "description": {
          "type": "string",
          "description": "Text describing additional information regarding the site"
        },
        "status": {
          "type": "string",
          "description": "The condition of the GeographicSite, such as planned, underConstruction, cancelled, active, inactive, former"
        },
        "relatedParty": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/RelatedPartyOrPartyRole"
          }
        },
        "externalIdentifier": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/ExternalIdentifier"
          }
        },
        "calendar": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/CalendarPeriod"
          }
        },
        "place": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/PlaceRefOrValue"
          }
        },
        "siteRelationship": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/GeographicSiteRelationship"
          }
        }
      }
    }
  ]
}