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