{ "$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-update-resource-profile-request-schema.json", "title": "UpdateResourceProfileRequest", "description": "UpdateResourceProfileRequest schema from Amazon Macie API", "type": "object", "properties": { "sensitivityScoreOverride": { "allOf": [ { "$ref": "#/components/schemas/__integer" }, { "description": "The new sensitivity score for the bucket. Valid values are: 100, assign the maximum score and apply the Sensitive label to the bucket; and, null (empty), assign a score that Amazon Macie calculates automatically after you submit the request." } ] } } }