TM Forum · JSON Structure

Tmf620 Product Catalog Quantity Structure

An amount in a given unit

Type: object Properties: 2
TelcoTelecommunicationsBSSOSSOpen APIsStandards

Quantity is a JSON Structure definition published by TM Forum, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

amount units

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/tmf620-product-catalog-quantity-structure.json",
  "name": "Quantity",
  "description": "An amount in a given unit",
  "type": "object",
  "properties": {
    "amount": {
      "type": "float",
      "default": 1,
      "description": "Numeric value in a given unit"
    },
    "units": {
      "type": "string",
      "description": "Unit"
    }
  }
}