{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "type": "object" }, "spec": { "properties": { "duration": { "type": "string" }, "location": { "type": "string" }, "schedule": { "type": "string" }, "targets": { "properties": { "clusters": { "items": { "properties": { "clusterGroup": { "nullable": true, "type": "string" }, "clusterGroupSelector": { "nullable": true, "properties": { "matchExpressions": { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "clusterName": { "nullable": true, "type": "string" }, "clusterSelector": { "nullable": true, "properties": { "matchExpressions": { "items": { "properties": { "key": { "type": "string" }, "operator": { "type": "string" }, "values": { "items": { "type": "string" }, "type": "array", "x-kubernetes-list-type": "atomic" } }, "required": [ "key", "operator" ], "type": "object" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "matchLabels": { "additionalProperties": { "type": "string" }, "type": "object" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "name": { "nullable": true, "type": "string" } }, "type": "object" }, "type": "array" } }, "type": "object" } }, "type": "object" }, "status": { "properties": { "active": { "type": "boolean" }, "conditions": { "items": { "properties": { "lastTransitionTime": { "type": "string" }, "lastUpdateTime": { "type": "string" }, "message": { "type": "string" }, "reason": { "type": "string" }, "status": { "type": "string" }, "type": { "type": "string" } }, "required": [ "status", "type" ], "type": "object" }, "type": "array" }, "matchingClusters": { "items": { "type": "string" }, "type": "array" }, "nextStartTime": { "format": "date-time", "type": "string" } }, "type": "object" } }, "type": "object" }