Censys · Schema

Kubernetes_Endpoint

Kubernetes_Endpoint schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
name string
self_link string
subsets arraynull
View JSON Schema on GitHub

JSON Schema

platform-kubernetes-endpoint-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-kubernetes-endpoint-schema.json",
  "title": "Kubernetes_Endpoint",
  "description": "Kubernetes_Endpoint schema from Censys Platform API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "self_link": {
      "type": "string"
    },
    "subsets": {
      "items": {
        "$ref": "#/components/schemas/Kubernetes_Endpoint_Subset"
      },
      "type": [
        "array",
        "null"
      ]
    }
  },
  "additionalProperties": false
}