Schema jwks_response.json
Show original (referenced schemas with $ref)
{
"$schema": "http://json-schema.org/draft-04/schema#",
"allOf": [
{ }
],
"description": "JSON Web Key Set to validate Access Token",
"title": "JWKs Response",
"type": "object"
}