{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetCustomSigningKeysResponseContent", "title": "GetCustomSigningKeysResponseContent", "type": "object", "description": "JWKS representing an array of custom public signing keys.", "additionalProperties": false, "properties": { "keys": { "type": "array", "description": "An array of custom public signing keys.", "items": { "$ref": "#/components/schemas/CustomSigningKeyJWK" } } } }