ResourceServerScopeListType schema from Amazon Cognito
{ "type": "array", "items": { "type": "object", "properties": { "ScopeName": { "allOf": [ { "$ref": "#/components/schemas/ResourceServerScopeNameType" }, { "description": "The name of the scope." } ] }, "ScopeDescription": { "allOf": [ { "$ref": "#/components/schemas/ResourceServerScopeDescriptionType" }, { "description": "A description of the scope." } ] } }, "required": [ "ScopeName", "ScopeDescription" ], "description": "A resource server scope." }, "$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-resource-server-scope-list-type-schema.json", "title": "ResourceServerScopeListType", "description": "ResourceServerScopeListType schema from Amazon Cognito" }