{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-schema/glue-get-resource-policies-response-schema.json", "title": "GetResourcePoliciesResponse", "description": "GetResourcePoliciesResponse schema from Amazon Glue API", "type": "object", "properties": { "GetResourcePoliciesResponseList": { "allOf": [ { "$ref": "#/components/schemas/GetResourcePoliciesResponseList" }, { "description": "A list of the individual resource policies and the account-level resource policy." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/Token" }, { "description": "A continuation token, if the returned list does not contain the last resource policy available." } ] } } }