{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClientSigningKeys", "title": "ClientSigningKeys", "type": [ "array", "null" ], "description": "Signing certificates associated with this client.", "items": { "$ref": "#/components/schemas/ClientSigningKey" } }