{
"$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-status-change-structure.json",
"name": "StatusChange",
"description": "StatusChange schema from TM Forum API",
"allOf": [
{
"$ref": "#/components/schemas/Extensible"
},
{
"type": "object",
"description": "Holds the status, reasons and associated date the status changed, populated by the server",
"properties": {
"statusChangeDate": {
"type": "datetime",
"description": "The date and time the status changed."
},
"statusChangeReason": {
"type": "string",
"description": "The reason why the status changed."
},
"status": {
"$ref": "#/components/schemas/TroubleTicketStatusType"
}
}
}
],
"discriminator": {
"propertyName": "@type",
"mapping": {
"StatusChange": "#/components/schemas/StatusChange"
}
}
}
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.