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:
424424- string: Any string
425425- boolean: The values 'true' or 'false'
426426- 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
427428- date-time: ISO 8601 compliant date: https://github.com/buildingSMART/foundation-API#17-datetime-format
428429
429430### 3.1.5 Expressing User Authorization Through Project Extensions
Original file line number Diff line number Diff line change @@ -2807,6 +2807,8 @@ components:
28072807 project_custom_field_extension :
28082808 type : object
28092809 additionalProperties : true
2810+ required :
2811+ - minArraySize
28102812 properties :
28112813 id :
28122814 type : string
You can’t perform that action at this time.
0 commit comments