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