{ "type": "object", "properties": { "status": { "type": "string", "example": "active" }, "message": { "type": "string", "example": "This is an example description." }, "correlationId": { "type": "string", "example": "500123" }, "category": { "type": "string", "example": "standard" } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Error" }