{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "apiVersion": { "type": "string" }, "customized": { "type": "boolean" }, "default": { "nullable": true, "type": "string" }, "kind": { "type": "string" }, "metadata": { "type": "object" }, "source": { "nullable": true, "type": "string" }, "value": { "nullable": true, "type": "string" } }, "type": "object" }