TM Forum · JSON Structure

Tmf622 Product Ordering Intent Structure

Intent schema from TM Forum API

Type: Properties: 0
TelcoTelecommunicationsBSSOSSOpen APIsStandards

Intent 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/tmf622-product-ordering-intent-structure.json",
  "name": "Intent",
  "description": "Intent schema from TM Forum API",
  "allOf": [
    {
      "$ref": "#/components/schemas/Entity"
    },
    {
      "type": "object",
      "description": "An Intent instance is the formal description of all expectations including requirements, goals, and constraints given to a technical system",
      "properties": {
        "description": {
          "type": "string",
          "description": "The description of the intent."
        },
        "validFor": {
          "$ref": "#/components/schemas/TimePeriod"
        },
        "isBundle": {
          "type": "boolean",
          "description": "isBundle determines whether an intent represents a single intent (false), or a bundle of intents(true)."
        },
        "priority": {
          "type": "string",
          "description": "Can be used by intent owner to prioritize intents in an intent management system"
        },
        "statusChangeDate": {
          "type": "datetime",
          "description": "A date time( DateTime). The date that the entity status changed to the current one"
        },
        "context": {
          "type": "string",
          "description": "A string used to give a context to the intent"
        },
        "version": {
          "type": "string",
          "description": "A field that identifies the specific version of an instance of an intent."
        },
        "intentSpecification": {
          "$ref": "#/components/schemas/EntityRef"
        },
        "intentRelationship": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/EntityRelationship"
          },
          "description": "A list of intents related to this intent"
        },
        "characteristic": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/Characteristic"
          }
        },
        "relatedParty": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/RelatedPartyRefOrPartyRoleRef"
          }
        },
        "attachment": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/AttachmentRefOrValue"
          },
          "description": "Attachments that may be of relevance to this intent, such as picture, document, media"
        },
        "name": {
          "type": "string",
          "description": "The name of the intent."
        },
        "expression": {
          "$ref": "#/components/schemas/Expression"
        },
        "creationDate": {
          "type": "datetime",
          "description": "Date and time of the creation of this REST resource"
        },
        "lastUpdate": {
          "type": "datetime",
          "description": "Date and time of the last update of this REST resource"
        },
        "lifecycleStatus": {
          "type": "string",
          "description": "Used to indicate the current lifecycle status of this intent"
        }
      }
    }
  ],
  "discriminator": {
    "propertyName": "@type",
    "mapping": {
      "Intent": "#/components/schemas/Intent"
    }
  }
}

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/tmf622-product-ordering-intent-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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