{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-inspector/refs/heads/main/json-structure/inspector-update-organization-configuration-response-structure.json", "name": "UpdateOrganizationConfigurationResponse", "description": "UpdateOrganizationConfigurationResponse schema", "type": "object", "properties": { "autoEnable": { "allOf": [ { "$ref": "#/components/schemas/AutoEnable" }, { "description": "The updated status of scan types automatically enabled for new members of your Amazon Inspector organization." } ] } }, "required": [ "autoEnable" ] }