{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-schema/amazon-macie-sensitivity-inspection-template-excludes-schema.json", "title": "SensitivityInspectionTemplateExcludes", "description": "Specifies managed data identifiers to exclude (not use) when performing automated sensitive data discovery for an Amazon Macie account. For information about the managed data identifiers that Amazon Macie currently provides, see Using managed data identifiers in the Amazon Macie User Guide.", "type": "object", "properties": { "managedDataIdentifierIds": { "allOf": [ { "$ref": "#/components/schemas/__listOf__string" }, { "description": "An array of unique identifiers, one for each managed data identifier to exclude. To retrieve a list of valid values, use the ListManagedDataIdentifiers operation." } ] } } }