Skip to content

Commit 7ce35ea

Browse files
authored
Feature/update docs for dates and array sizes (#382)
* Update docs for dates and array sizes * Update comment with link
1 parent 18a1410 commit 7ce35ea

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

swagger.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)