{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "JsonWebKey", "type": "object", "properties": { "kid": { "type": "string" }, "kty": { "type": "string" }, "key_ops": { "type": "array" }, "n": { "type": "string" }, "e": { "type": "string" }, "d": { "type": "string" }, "dp": { "type": "string" }, "dq": { "type": "string" }, "qi": { "type": "string" }, "p": { "type": "string" }, "q": { "type": "string" }, "k": { "type": "string" }, "crv": { "type": "string" }, "x": { "type": "string" }, "y": { "type": "string" } } }