TM Forum · JSON Structure

Tmf637 Product Inventory Place Structure

Place reference.

Type: object Properties: 0
TelcoTelecommunicationsBSSOSSOpen APIsStandards

Place 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-place-structure.json",
  "name": "Place",
  "description": "Place reference.",
  "type": "object",
  "allOf": [
    {
      "$ref": "#/components/schemas/Entity"
    }
  ],
  "discriminator": {
    "propertyName": "@type",
    "mapping": {
      "Place": "#/components/schemas/Place",
      "GeographicSite": "#/components/schemas/GeographicSite",
      "GeographicLocation": "#/components/schemas/GeographicLocation",
      "GeographicAddress": "#/components/schemas/GeographicAddress"
    }
  }
}