Skip to content

Commit d912a98

Browse files
YOYO NEW API SPEC!
1 parent feecd6e commit d912a98

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

spec.json

Lines changed: 23 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": [
@@ -50874,6 +50879,12 @@
5087450879
"description": "Human-friendly block reason message.",
5087550880
"type": "string"
5087650881
},
50882+
"max_engine_sessions_per_user_override": {
50883+
"nullable": true,
50884+
"description": "Optional org-wide per-user override for concurrent engine sessions.",
50885+
"type": "integer",
50886+
"format": "int32"
50887+
},
5087750888
"never_block": {
5087850889
"description": "Whether this organization is permanently exempt from blocking.",
5087950890
"type": "boolean"
@@ -50960,6 +50971,10 @@
5096050971
}
5096150972
]
5096250973
},
50974+
"require_raw_kcl_similarity_score_for_success": {
50975+
"description": "Whether a low raw-KCL similarity score should block conversion success for this dataset.",
50976+
"type": "boolean"
50977+
},
5096350978
"source_uri": {
5096450979
"description": "Fully-qualified URI to the dataset location (e.g. s3://bucket/prefix).",
5096550980
"type": "string"
@@ -50993,6 +51008,7 @@
5099351008
"id",
5099451009
"name",
5099551010
"org_id",
51011+
"require_raw_kcl_similarity_score_for_success",
5099651012
"source_uri",
5099751013
"status",
5099851014
"storage_provider",
@@ -58903,6 +58919,11 @@
5890358919
"description": "Optional new display name.",
5890458920
"type": "string"
5890558921
},
58922+
"require_raw_kcl_similarity_score_for_success": {
58923+
"nullable": true,
58924+
"description": "Optional override for whether a low raw-KCL similarity score should block conversion success.",
58925+
"type": "boolean"
58926+
},
5890658927
"source": {
5890758928
"nullable": true,
5890858929
"description": "Optional storage connection overrides.",
@@ -59245,6 +59266,8 @@
5924559266
"aquarium",
5924659267
"bodies_pane",
5924759268
"enable_z0006_lint",
59269+
"modeling_dialogs",
59270+
"plugins",
5924859271
"proprietary_to_kcl_conversion_beta",
5924959272
"sketch_experimental_features",
5925059273
"web_app_file_browser"

0 commit comments

Comments
 (0)