Skip to content

Commit f5f669d

Browse files
YOYO NEW API SPEC!
1 parent 8735cc4 commit f5f669d

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

spec.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35728,6 +35728,11 @@
3572835728
"description": "The dataset's display name.",
3572935729
"type": "string"
3573035730
},
35731+
"require_raw_kcl_similarity_score_for_success": {
35732+
"description": "Whether a low raw-KCL similarity score should block conversion success.",
35733+
"default": false,
35734+
"type": "boolean"
35735+
},
3573135736
"source": {
3573235737
"description": "Details for accessing the dataset.",
3573335738
"allOf": [
@@ -50960,6 +50965,10 @@
5096050965
}
5096150966
]
5096250967
},
50968+
"require_raw_kcl_similarity_score_for_success": {
50969+
"description": "Whether a low raw-KCL similarity score should block conversion success for this dataset.",
50970+
"type": "boolean"
50971+
},
5096350972
"source_uri": {
5096450973
"description": "Fully-qualified URI to the dataset location (e.g. s3://bucket/prefix).",
5096550974
"type": "string"
@@ -50993,6 +51002,7 @@
5099351002
"id",
5099451003
"name",
5099551004
"org_id",
51005+
"require_raw_kcl_similarity_score_for_success",
5099651006
"source_uri",
5099751007
"status",
5099851008
"storage_provider",
@@ -58903,6 +58913,11 @@
5890358913
"description": "Optional new display name.",
5890458914
"type": "string"
5890558915
},
58916+
"require_raw_kcl_similarity_score_for_success": {
58917+
"nullable": true,
58918+
"description": "Optional override for whether a low raw-KCL similarity score should block conversion success.",
58919+
"type": "boolean"
58920+
},
5890658921
"source": {
5890758922
"nullable": true,
5890858923
"description": "Optional storage connection overrides.",
@@ -59245,6 +59260,7 @@
5924559260
"aquarium",
5924659261
"bodies_pane",
5924759262
"enable_z0006_lint",
59263+
"modeling_dialogs",
5924859264
"proprietary_to_kcl_conversion_beta",
5924959265
"sketch_experimental_features",
5925059266
"web_app_file_browser"

0 commit comments

Comments
 (0)