{ "type": "object", "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-signer/refs/heads/main/json-structure/amazon-signer-add-profile-permission-response-structure.json", "name": "AddProfilePermissionResponse", "description": "AddProfilePermissionResponse schema from AWS Signer API", "properties": { "revisionId": { "allOf": [ { "type": "string" }, { "description": "A unique identifier for the current profile revision." } ] } } }