CreateResourceServerResponse schema from Amazon Cognito
{ "type": "object", "properties": { "ResourceServer": { "allOf": [ { "$ref": "#/components/schemas/ResourceServerType" }, { "description": "The newly created resource server." } ] } }, "required": [ "ResourceServer" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-schema/cognito-idp-create-resource-server-response-schema.json", "title": "CreateResourceServerResponse", "description": "CreateResourceServerResponse schema from Amazon Cognito" }