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