{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": true, "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "additionalProperties": true, "type": "object" }, "spec": { "additionalProperties": true, "type": "object" }, "status": { "additionalProperties": true, "type": "object" } }, "type": "object" }