{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "type": "object" }, "status": { "properties": { "method": { "type": "string" }, "primary": { "type": "string" }, "standbyNames": { "items": { "type": "string" }, "type": "array" }, "standbyNumber": { "type": "integer" } }, "type": "object" } }, "required": [ "metadata" ], "type": "object" }