{ "instance": { "type": "object", "additionalProperties": false, "properties": { "enabled": { "type": "boolean", "default": true }, "includeInChecksum": { "type": "boolean", "default": true }, "annotations": { "$ref": "definitions.json#/annotations" }, "labels": { "$ref": "definitions.json#/labels" }, "nameOverride": { "type": "string" }, "data": { "type": "object", "additionalProperties": { "type": "string" } }, "binaryData": { "type": "object", "additionalProperties": { "type": "string" } } }, "oneOf": [ {"required": ["data"]}, {"required": ["binaryData"]} ] } }