JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PartyRole_FVO",
"title": "PartyRole_FVO",
"allOf": [
{
"$ref": "#/components/schemas/Entity_FVO"
},
{
"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_FVO"
},
"partyRoleSpecification": {
"$ref": "#/components/schemas/PartyRoleSpecificationRef_FVO"
},
"characteristic": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Characteristic_FVO"
},
"description": "Describes the characteristic of a party role."
},
"account": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AccountRef_FVO"
}
},
"agreement": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AgreementRef_FVO"
}
},
"contactMedium": {
"type": "array",
"items": {
"$ref": "#/components/schemas/ContactMedium_FVO"
}
},
"paymentMethod": {
"type": "array",
"items": {
"$ref": "#/components/schemas/PaymentMethodRef_FVO"
}
},
"creditProfile": {
"type": "array",
"items": {
"$ref": "#/components/schemas/CreditProfile_FVO"
}
},
"relatedParty": {
"type": "array",
"items": {
"$ref": "#/components/schemas/RelatedPartyOrPartyRole_FVO"
}
},
"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"
}
},
"required": [
"name",
"engagedParty"
]
}
],
"discriminator": {
"propertyName": "@type",
"mapping": {
"PartyRole": "#/components/schemas/PartyRole_FVO",
"Supplier": "#/components/schemas/Supplier_FVO",
"Producer": "#/components/schemas/Producer_FVO",
"Consumer": "#/components/schemas/Consumer_FVO",
"BusinessPartner": "#/components/schemas/BusinessPartner_FVO"
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/tm-forum-partyrole-fvo"
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.