{ "type": "object", "properties": { "ResourcePolicies": { "allOf": [ { "$ref": "#/components/schemas/ResourcePolicyList" }, { "description": "The list of resource policies in the target Amazon Web Services account." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/ResourcePolicyNextToken" }, { "description": "Pagination token. Not currently supported." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ListResourcePoliciesResult", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-list-resource-policies-result-schema.json", "description": "ListResourcePoliciesResult schema from Amazon X-Ray API" }