{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "type": "object" }, "spec": { "properties": { "poolRef": { "properties": { "apiGroup": { "type": "string" }, "kind": { "type": "string" }, "name": { "type": "string" } }, "required": [ "kind", "name" ], "type": "object", "x-kubernetes-map-type": "atomic" } }, "required": [ "poolRef" ], "type": "object" }, "status": { "properties": { "addressRef": { "properties": { "name": { "default": "", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, "conditions": { "items": { "properties": { "lastTransitionTime": { "format": "date-time", "type": "string" }, "message": { "maxLength": 10240, "minLength": 1, "type": "string" }, "reason": { "maxLength": 256, "minLength": 1, "type": "string" }, "severity": { "maxLength": 32, "type": "string" }, "status": { "type": "string" }, "type": { "maxLength": 256, "minLength": 1, "type": "string" } }, "required": [ "lastTransitionTime", "status", "type" ], "type": "object" }, "type": "array" } }, "type": "object" } }, "type": "object" }