{ "$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-get-sensitive-data-occurrences-availability-response-schema.json", "title": "GetSensitiveDataOccurrencesAvailabilityResponse", "description": "GetSensitiveDataOccurrencesAvailabilityResponse schema from Amazon Macie API", "type": "object", "properties": { "code": { "allOf": [ { "$ref": "#/components/schemas/AvailabilityCode" }, { "description": "Specifies whether occurrences of sensitive data can be retrieved for the finding. Possible values are: AVAILABLE, the sensitive data can be retrieved; and, UNAVAILABLE, the sensitive data can't be retrieved. If this value is UNAVAILABLE, the reasons array indicates why the data can't be retrieved." } ] }, "reasons": { "allOf": [ { "$ref": "#/components/schemas/__listOfUnavailabilityReasonCode" }, { "description": "

Specifies why occurrences of sensitive data can't be retrieved for the finding. Possible values are:

This value is null if sensitive data can be retrieved for the finding.

" } ] } } }