{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RestartTransferOperation", "title": "RestartTransferOperation", "type": "object", "required": [ "restart_transfer" ], "properties": { "restart_transfer": { "$ref": "#/components/schemas/RestartTransfer" } } }