{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AddLayerVersionPermissionResponse", "title": "AddLayerVersionPermissionResponse", "type": "object", "properties": { "Statement": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The permission statement." } ] }, "RevisionId": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "A unique identifier for the current revision of the policy." } ] } } }