@@ -133,6 +133,8 @@ Optional:
133
133
- ` required ` (Boolean) Whether the property is required
134
134
- ` string_items ` (Attributes) The items of the array property (see [ below for nested schema] ( #nestedatt--user_properties--array_props--string_items ) )
135
135
- ` title ` (String) The title of the property
136
+ - ` visible ` (Boolean) The visibility of the array property
137
+ - ` visible_jq_query ` (String) The visibility condition jq query of the array property
136
138
137
139
<a id =" nestedatt--user_properties--array_props--boolean_items " ></a >
138
140
### Nested Schema for ` user_properties.array_props.boolean_items `
@@ -217,6 +219,8 @@ Optional:
217
219
- ` icon ` (String) The icon of the property
218
220
- ` required ` (Boolean) Whether the property is required
219
221
- ` title ` (String) The title of the property
222
+ - ` visible ` (Boolean) The visibility of the boolean property
223
+ - ` visible_jq_query ` (String) The visibility condition jq query of the boolean property
220
224
221
225
<a id =" nestedatt--user_properties--boolean_props--dataset " ></a >
222
226
### Nested Schema for ` user_properties.boolean_props.dataset `
@@ -267,6 +271,8 @@ Optional:
267
271
- ` minimum ` (Number) The max of the number property
268
272
- ` required ` (Boolean) Whether the property is required
269
273
- ` title ` (String) The title of the property
274
+ - ` visible ` (Boolean) The visibility of the number property
275
+ - ` visible_jq_query ` (String) The visibility condition jq query of the number property
270
276
271
277
<a id =" nestedatt--user_properties--number_props--dataset " ></a >
272
278
### Nested Schema for ` user_properties.number_props.dataset `
@@ -314,6 +320,8 @@ Optional:
314
320
- ` icon ` (String) The icon of the property
315
321
- ` required ` (Boolean) Whether the property is required
316
322
- ` title ` (String) The title of the property
323
+ - ` visible ` (Boolean) The visibility of the object property
324
+ - ` visible_jq_query ` (String) The visibility condition jq query of the object property
317
325
318
326
<a id =" nestedatt--user_properties--object_props--dataset " ></a >
319
327
### Nested Schema for ` user_properties.object_props.dataset `
@@ -368,6 +376,8 @@ Optional:
368
376
- ` pattern ` (String) The pattern of the string property
369
377
- ` required ` (Boolean) Whether the property is required
370
378
- ` title ` (String) The title of the property
379
+ - ` visible ` (Boolean) The visibility of the string property
380
+ - ` visible_jq_query ` (String) The visibility condition jq query of the string property
371
381
372
382
<a id =" nestedatt--user_properties--string_props--dataset " ></a >
373
383
### Nested Schema for ` user_properties.string_props.dataset `
0 commit comments