{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "type": "object" }, "spec": { "properties": { "providerID": { "nullable": true, "type": "string" } }, "type": "object" }, "status": { "properties": { "addresses": { "items": { "properties": { "address": { "maxLength": 256, "minLength": 1, "type": "string" }, "type": { "enum": [ "Hostname", "ExternalIP", "InternalIP", "ExternalDNS", "InternalDNS" ], "type": "string" } }, "required": [ "address", "type" ], "type": "object" }, "type": "array" }, "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" }, "ready": { "type": "boolean" } }, "type": "object" } }, "type": "object" }