{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-structure/amazon-macie-job-scoping-block-structure.json", "name": "JobScopingBlock", "description": "Specifies one or more property- and tag-based conditions that define criteria for including or excluding S3 objects from a classification job.", "type": "object", "properties": { "and": { "allOf": [ { "$ref": "#/components/schemas/__listOfJobScopeTerm" }, { "description": "An array of conditions, one for each property- or tag-based condition that determines which objects to include or exclude from the job. If you specify more than one condition, Amazon Macie uses AND logic to join the conditions." } ] } } }