Censys · Schema

Kubernetes_Endpoint_Subset

Kubernetes_Endpoint_Subset schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
addresses arraynull
ports arraynull
View JSON Schema on GitHub

JSON Schema

platform-kubernetes-endpoint-subset-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-subset-schema.json",
  "title": "Kubernetes_Endpoint_Subset",
  "description": "Kubernetes_Endpoint_Subset schema from Censys Platform API",
  "type": "object",
  "properties": {
    "addresses": {
      "items": {
        "$ref": "#/components/schemas/Kubernetes_Endpoint_Subset_EndpointAddress"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "ports": {
      "items": {
        "$ref": "#/components/schemas/Kubernetes_Endpoint_Subset_Port"
      },
      "type": [
        "array",
        "null"
      ]
    }
  },
  "additionalProperties": false
}