{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": true, "properties": { "apiVersion": { "type": "string" }, "binaryData": { "additionalProperties": { "format": "byte", "type": "string" }, "type": "object" }, "data": { "additionalProperties": { "type": "string" }, "type": "object" }, "immutable": { "type": "boolean" }, "kind": { "type": "string" }, "metadata": { "additionalProperties": true, "type": "object" } }, "type": "object" }