{ "$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-additional-configuration-schema.json", "title": "OrganizationAdditionalConfiguration", "description": "A list of additional configurations which will be configured for the organization.", "type": "object", "properties": { "Name": { "allOf": [ { "$ref": "#/components/schemas/OrgFeatureAdditionalConfiguration" }, { "xml": { "name": "name" }, "description": "The name of the additional configuration that will be configured for the organization." } ] }, "AutoEnable": { "allOf": [ { "$ref": "#/components/schemas/OrgFeatureStatus" }, { "xml": { "name": "autoEnable" }, "description": "The status of the additional configuration that will be configured for the organization." } ] } } }