{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-organization-kubernetes-configuration-result-schema.json", "title": "OrganizationKubernetesConfigurationResult", "description": "The current configuration of all Kubernetes data sources for the organization.", "type": "object", "properties": { "AuditLogs": { "allOf": [ { "$ref": "#/components/schemas/OrganizationKubernetesAuditLogsConfigurationResult" }, { "xml": { "name": "auditLogs" }, "description": "The current configuration of Kubernetes audit logs as a data source for the organization." } ] } }, "required": [ "AuditLogs" ] }