Amazon Cognito · JSON Structure

Cognito Idp Resource Server Scope List Type Structure

ResourceServerScopeListType schema from Amazon Cognito

Type: array Properties: 0
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

ResourceServerScopeListType is a JSON Structure definition published by Amazon Cognito. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-idp-resource-server-scope-list-type-structure.json",
  "name": "ResourceServerScopeListType",
  "description": "ResourceServerScopeListType schema from Amazon Cognito"
}