Tmf632 Party Management Party Role Structure
PartyRole schema from TM Forum API
PartyRole 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
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/tm-forum/refs/heads/main/json-structure/tmf632-party-management-party-role-structure.json",
"name": "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 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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/tmf632-party-management-party-role-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.