{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-signer/refs/heads/main/json-schema/amazon-signer-remove-profile-permission-response-schema.json", "title": "RemoveProfilePermissionResponse", "description": "RemoveProfilePermissionResponse schema from AWS Signer API", "type": "object", "properties": { "revisionId": { "allOf": [ { "type": "string" }, { "description": "An identifier for the current revision of the profile permissions." } ] } } }