{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": true, "properties": { "apiVersion": { "type": "string" }, "code": { "format": "int32", "type": "integer" }, "details": { "additionalProperties": true, "type": "object", "x-kubernetes-list-type": "atomic" }, "kind": { "type": "string" }, "message": { "type": "string" }, "metadata": { "additionalProperties": true, "type": "object" }, "reason": { "type": "string" }, "status": { "type": "string" } }, "type": "object" }