{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Status", "title": "Status", "type": "object", "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "status": { "type": "string" }, "message": { "type": "string" }, "reason": { "type": "string" }, "code": { "type": "integer" } } }