Tmf621 Trouble Ticket Trouble Ticket Specification Structure
TroubleTicketSpecification schema from TM Forum API
TroubleTicketSpecification 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/tmf621-trouble-ticket-trouble-ticket-specification-structure.json",
"name": "TroubleTicketSpecification",
"description": "TroubleTicketSpecification schema from TM Forum API",
"allOf": [
{
"$ref": "#/components/schemas/Entity"
},
{
"type": "object",
"description": "TroubleTicketSpecification defines the common attributes and relationships of a set of related trouble tickets, while trouble ticket defines a specific instance that is based on a particular trouble ticket specification.",
"properties": {
"name": {
"type": "string",
"description": "Name given to the specification"
},
"description": {
"type": "string",
"description": "Description of the specification"
},
"lifecycleStatus": {
"type": "string",
"description": "Used to indicate the current lifecycle status of this specification such as inDesign,active,rejected,retired"
},
"specCharacteristic": {
"type": "array",
"description": "List of characteristics that the entity can take",
"items": {
"$ref": "#/components/schemas/CharacteristicSpecification"
}
},
"relatedParty": {
"type": "array",
"description": "Parties who manage or otherwise have an interest in this specification",
"items": {
"$ref": "#/components/schemas/RelatedPartyRefOrPartyRoleRef"
}
},
"validFor": {
"$ref": "#/components/schemas/TimePeriod"
},
"version": {
"type": "string",
"description": "The version of the trouble ticket specification, in case it is desired to maintain multiple versions of trouble ticket specifications"
},
"creationDate": {
"type": "datetime",
"description": "The date on which the trouble ticket specification was created"
},
"lastUpdate": {
"type": "datetime",
"description": "Date and time of the last update of the specification"
}
}
}
],
"discriminator": {
"propertyName": "@type",
"mapping": {
"TroubleTicketSpecification": "#/components/schemas/TroubleTicketSpecification"
}
}
}
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/tmf621-trouble-ticket-trouble-ticket-specification-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.