{ "type": "object", "name": "Key", "properties": { "kty": { "type": "string" }, "n": { "type": "string" }, "e": { "type": "string" }, "alg": { "type": "string" }, "use": { "type": "string" }, "kid": { "type": "string" } }, "required": [ "kty", "n", "e", "alg", "use", "kid" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }