TM Forum · JSON Structure

Tmf629 Customer Management Geographic Address Contact Medium Structure

GeographicAddressContactMedium schema from TM Forum API

Type: Properties: 0
TelcoTelecommunicationsBSSOSSOpen APIsStandards

GeographicAddressContactMedium 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-geographic-address-contact-medium-structure.json",
  "name": "GeographicAddressContactMedium",
  "description": "GeographicAddressContactMedium schema from TM Forum API",
  "allOf": [
    {
      "$ref": "#/components/schemas/ContactMedium"
    },
    {
      "type": "object",
      "description": "Describes a geographical address that could be used to contact a party (an individual or an organization)",
      "properties": {
        "city": {
          "type": "string",
          "description": "The city"
        },
        "country": {
          "type": "string",
          "description": "The country"
        },
        "postCode": {
          "type": "string",
          "description": "Postcode"
        },
        "stateOrProvince": {
          "type": "string",
          "description": "State or province"
        },
        "street1": {
          "type": "string",
          "description": "Describes the street"
        },
        "street2": {
          "type": "string",
          "description": "Complementary street description"
        },
        "geographicAddress": {
          "$ref": "#/components/schemas/GeographicAddressRef"
        }
      }
    }
  ]
}