Schema auth_metadata.json
Show original (referenced schemas with $ref)
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Displays the Authorization server metadata",
"properties": { },
"required": [
"issuer",
"authorization_endpoint",
"token_endpoint",
"jwks_uri",
"registration_endpoint",
"response_types_supported",
"code_challenge_methods_supported"
],
"title": "Authorization API metadata resource",
"type": "object"
}