TM Forum · JSON Structure

Tmf637 Product Inventory Geographic Address Structure

GeographicAddress schema from TM Forum API

Type: Properties: 0
TelcoTelecommunicationsBSSOSSOpen APIsStandards

GeographicAddress 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-geographic-address-structure.json",
  "name": "GeographicAddress",
  "description": "GeographicAddress schema from TM Forum API",
  "allOf": [
    {
      "$ref": "#/components/schemas/Place"
    },
    {
      "type": "object",
      "description": "Structured textual way of describing how to find a Property in an urban area (country properties are often defined differently).\nNote : Address corresponds to SID UrbanPropertyAddress",
      "properties": {
        "city": {
          "type": "string",
          "description": "City that the address is in"
        },
        "country": {
          "type": "string",
          "description": "Country that the address is in"
        },
        "locality": {
          "type": "string",
          "description": "An area of defined or undefined boundaries within a local authority or other legislatively defined area, usually rural or semi rural in nature. [ANZLIC-STREET], or a suburb, a bounded locality within a city, town or shire principally of urban character [ANZLICSTREET]"
        },
        "postcode": {
          "type": "string",
          "description": "descriptor for a postal delivery area, used to speed and simplify the delivery of mail (also know as zipcode)"
        },
        "stateOrProvince": {
          "type": "string",
          "description": "the State or Province that the address is in"
        },
        "streetName": {
          "type": "string",
          "description": "Name of the street or other street type"
        },
        "streetNr": {
          "type": "string",
          "description": "Number identifying a specific property on a public street. It may be combined with streetNrLast for ranged addresses"
        },
        "streetNrLast": {
          "type": "string",
          "description": "Last number in a range of street numbers allocated to a property"
        },
        "streetNrLastSuffix": {
          "type": "string",
          "description": "Last street number suffix for a ranged address"
        },
        "streetNrSuffix": {
          "type": "string",
          "description": "the first street number suffix"
        },
        "streetSuffix": {
          "type": "string",
          "description": "A modifier denoting a relative direction"
        },
        "streetType": {
          "type": "string",
          "description": "alley, avenue, boulevard, brae, crescent, drive, highway, lane, terrace, parade, place, tarn, way, wharf "
        },
        "countryCode": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/StandardIdentifier"
          },
          "description": "Country codes are short alphabetic or numeric geographical codes (geocodes) developed to represent countries and dependent areas, for use in data processing and communications. Several different systems have been developed to do this. The term country code frequently refers to ISO 3166-1 alpha-2 or international dialing codes, the E.164 country calling codes."
        },
        "externalIdentifier": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/ExternalIdentifier"
          }
        },
        "geographicLocation": {
          "$ref": "#/components/schemas/GeographicLocationRefOrValue"
        },
        "geographicSubAddress": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/GeographicSubAddress"
          }
        },
        "geographicAddressType": {
          "type": "string",
          "description": "Classification of the address, e.g., residential, industrial "
        }
      }
    }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/tmf637-product-inventory-geographic-address-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.