{ "type": "object", "properties": { "UserPoolId": { "allOf": [ { "$ref": "#/components/schemas/UserPoolIdType" }, { "description": "The user pool ID for the user pool that hosts the resource server." } ] }, "Identifier": { "allOf": [ { "$ref": "#/components/schemas/ResourceServerIdentifierType" }, { "description": "The identifier for the resource server" } ] } }, "required": [ "UserPoolId", "Identifier" ], "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-idp-describe-resource-server-request-structure.json", "name": "DescribeResourceServerRequest", "description": "DescribeResourceServerRequest schema from Amazon Cognito" }