diff --git a/httomo/schemas/cor-sweep-param.json b/httomo/schemas/cor-sweep-param.json index a2d0c00..2274ab4 100644 --- a/httomo/schemas/cor-sweep-param.json +++ b/httomo/schemas/cor-sweep-param.json @@ -367,23 +367,23 @@ "$ref": "#/$defs/SweepConfig" }, "sinogram_order": { - "default": false, "title": "Sinogram Order", "type": "boolean" }, "algorithm": { - "default": "gridrec", "title": "Algorithm", "type": "string" }, "init_recon": { - "default": null, "title": "Init Recon", "type": "null" } }, "required": [ - "center" + "center", + "sinogram_order", + "algorithm", + "init_recon" ], "title": "TomopyReconConfigParams", "type": "object"