This commit is contained in:
DaanV2
2021-11-30 19:41:19 +01:00
parent ab41c384f9
commit 5877428390

View File

@@ -28,7 +28,7 @@
"title": "Distribution",
"description": "Type of distribution - uniform random, gaussian (centered in the range), or grid (either fixed-step or jittered)",
"type": "string",
"enum": ["uniform", "gaussian", "inverse_gaussian", "fixed_grid", "jittered_grid"]
"enum": ["uniform", "gaussian", "inverse_gaussian", "triangle", "fixed_grid", "jittered_grid"]
},
"extent": {
"title": "Extent",