{ "$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-jobs-sort-attribute-name-schema.json", "title": "ListJobsSortAttributeName", "description": "The property to sort the results by. Valid values are:", "type": "string", "enum": [ "createdAt", "jobStatus", "name", "jobType" ] }