{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/DisablePermitResult",
"title": "DisablePermitResult",
"properties": {
"pspReference": {
"description": "A unique reference associated with the request. This value is globally unique; quote it when communicating with us about this request.",
"type": "string"
},
"status": {
"description": "Status of the disable request.",
"type": "string"
}
},
"type": "object"
}