{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-kubernetes-endpoint-structure.json", "name": "Kubernetes_Endpoint", "description": "Kubernetes_Endpoint schema from Asset Graph API", "type": "object", "additionalProperties": false, "properties": { "name": { "type": "string" }, "self_link": { "type": "string" }, "subsets": { "type": [ "array", "null" ], "items": { "$ref": "#/components/schemas/Kubernetes_Endpoint_Subset" } } } }