Amazon Cognito · Schema

ResourceServerScopeListType

ResourceServerScopeListType schema from Amazon Cognito

AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC
View JSON Schema on GitHub

JSON Schema

cognito-idp-resource-server-scope-list-type-schema.json Raw ↑
{
  "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"
}