__listOfJobScopeTerm schema from Amazon Macie API
{ "$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-__list-of-job-scope-term-schema.json", "title": "__listOfJobScopeTerm", "description": "__listOfJobScopeTerm schema from Amazon Macie API", "type": "array", "items": { "$ref": "#/components/schemas/JobScopeTerm" } }