TM Forum · JSON Structure

Tmf637 Product Inventory Geographic Sub Address Unit Structure

GeographicSubAddressUnit schema from TM Forum API

Type: Properties: 0
TelcoTelecommunicationsBSSOSSOpen APIsStandards

GeographicSubAddressUnit 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-sub-address-unit-structure.json",
  "name": "GeographicSubAddressUnit",
  "description": "GeographicSubAddressUnit schema from TM Forum API",
  "allOf": [
    {
      "$ref": "#/components/schemas/Extensible"
    },
    {
      "type": "object",
      "description": "Representation of a SubUnit. It is used for describing subunit within a subAddress e.g. BERTH, FLAT, PIER, SUITE, SHOP, TOWER, UNIT, WHARF.",
      "properties": {
        "subUnitNumber": {
          "type": "string",
          "description": "The discriminator used for the subunit, often just a simple number but may also be a range."
        },
        "subUnitType": {
          "type": "string",
          "description": "The type of subunit e.g.BERTH, FLAT, PIER, SUITE, SHOP, TOWER, UNIT, WHARF, RACK"
        }
      }
    }
  ],
  "discriminator": {
    "propertyName": "@type",
    "mapping": {
      "GeographicSubAddressUnit": "#/components/schemas/GeographicSubAddressUnit"
    }
  }
}