{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": true, "properties": { "apiVersion": { "type": "string" }, "groups": { "items": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup" }, "type": "array", "x-kubernetes-list-type": "atomic" }, "kind": { "type": "string" } }, "type": "object" }