TM Forum · Schema

PartyRole

PartyRole schema from TM Forum API

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tmf622-product-ordering-party-role-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tm-forum/refs/heads/main/json-schema/tmf622-product-ordering-party-role-schema.json",
  "title": "PartyRole",
  "description": "PartyRole schema from TM Forum API",
  "allOf": [
    {
      "$ref": "#/components/schemas/Entity"
    },
    {
      "type": "object",
      "description": "The part played by a party in a given context.",
      "properties": {
        "name": {
          "type": "string",
          "description": "A word, term, or phrase by which the PartyRole is known and distinguished from other PartyRoles. It's the name of the PartyRole unique entity."
        },
        "description": {
          "type": "string",
          "description": "A description of the PartyRole."
        },
        "role": {
          "type": "string",
          "description": "Role played by the engagedParty in this context. As role is defined by partyRoleSpecification, this role attribute can be used to precise the role defined by partyRoleSpecification, or it can be used to define the role in case there is no partyRoleSpecification."
        },
        "engagedParty": {
          "$ref": "#/components/schemas/PartyRef"
        },
        "partyRoleSpecification": {
          "$ref": "#/components/schemas/PartyRoleSpecificationRef"
        },
        "characteristic": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/Characteristic"
          },
          "description": "Describes the characteristic of a party role."
        },
        "account": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/AccountRef"
          }
        },
        "agreement": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/AgreementRef"
          }
        },
        "contactMedium": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/ContactMedium"
          }
        },
        "paymentMethod": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/PaymentMethodRef"
          }
        },
        "creditProfile": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/CreditProfile"
          }
        },
        "relatedParty": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/RelatedPartyOrPartyRole"
          }
        },
        "status": {
          "type": "string",
          "description": "Used to track the lifecycle status of the party role."
        },
        "statusReason": {
          "type": "string",
          "description": "A string providing an explanation on the value of the status lifecycle. For instance if the status is Rejected, statusReason will provide the reason for rejection."
        },
        "validFor": {
          "$ref": "#/components/schemas/TimePeriod"
        }
      }
    }
  ],
  "discriminator": {
    "propertyName": "@type",
    "mapping": {
      "PartyRole": "#/components/schemas/PartyRole",
      "Supplier": "#/components/schemas/Supplier",
      "Producer": "#/components/schemas/Producer",
      "Consumer": "#/components/schemas/Consumer",
      "BusinessPartner": "#/components/schemas/BusinessPartner"
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/tmf622-product-ordering-party-role"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.