{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-marketplace/refs/heads/main/json-schema/amazon-marketplace-get-resource-policy-response-schema.json", "title": "GetResourcePolicyResponse", "description": "GetResourcePolicyResponse schema from Amazon Marketplace API", "type": "object", "properties": { "Policy": { "allOf": [ { "$ref": "#/components/schemas/ResourcePolicyJson" }, { "description": "The policy document to set; formatted in JSON." } ] } } }