{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RotateConnectionKeysRequestContent", "title": "RotateConnectionKeysRequestContent", "type": [ "object", "null" ], "additionalProperties": false, "properties": { "signing_alg": { "$ref": "#/components/schemas/RotateConnectionKeysSigningAlgEnum" } } }