{ "$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-currency-schema.json", "title": "Currency", "description": "The type of currency that the data for an Amazon Macie usage metric is reported in. Possible values are:", "type": "string", "enum": [ "USD" ] }