{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-structure/user-pools-describe-resource-server-response-structure.json", "name": "DescribeResourceServerResponse", "description": "DescribeResourceServerResponse schema from Amazon Cognito API", "type": "object", "properties": { "ResourceServer": { "allOf": [ { "$ref": "#/components/schemas/ResourceServerType" }, { "description": "The resource server." } ] } }, "required": [ "ResourceServer" ] }