{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionIdTokenSignedResponseAlgs", "title": "ConnectionIdTokenSignedResponseAlgs", "description": "List of algorithms allowed to verify the ID tokens.", "type": [ "array", "null" ], "items": { "$ref": "#/components/schemas/ConnectionIdTokenSignedResponseAlgEnum" }, "x-merge-priority": -5 }