{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "type": "object" }, "spec": { "properties": { "endpoints": { "items": { "properties": { "dnsName": { "type": "string" }, "labels": { "additionalProperties": { "type": "string" }, "type": "object" }, "providerSpecific": { "items": { "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "type": "object" }, "type": "array" }, "recordTTL": { "format": "int64", "type": "integer" }, "recordType": { "type": "string" }, "setIdentifier": { "type": "string" }, "targets": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "type": "array" } }, "type": "object" }, "status": { "properties": { "observedGeneration": { "format": "int64", "type": "integer" } }, "type": "object" } }, "type": "object" }