File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -424,6 +424,7 @@ The following types are supported:
424
424
- string: Any string
425
425
- boolean: The values 'true' or 'false'
426
426
- enum: A value from the predefined enumValues array
427
+ - date: ISO 8601 compliant date where only the date portion is intended to be used: https://github.com/buildingSMART/foundation-API#17-datetime-format
427
428
- date-time: ISO 8601 compliant date: https://github.com/buildingSMART/foundation-API#17-datetime-format
428
429
429
430
### 3.1.5 Expressing User Authorization Through Project Extensions
Original file line number Diff line number Diff line change @@ -2807,6 +2807,8 @@ components:
2807
2807
project_custom_field_extension :
2808
2808
type : object
2809
2809
additionalProperties : true
2810
+ required :
2811
+ - minArraySize
2810
2812
properties :
2811
2813
id :
2812
2814
type : string
You can’t perform that action at this time.
0 commit comments