Skip to content

Commit 139dae9

Browse files
committed
Update docs for dates and array sizes
1 parent 19ac4f4 commit 139dae9

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
@@ -421,6 +421,7 @@ The following types are supported:
421421
- string: Any string
422422
- boolean: The values 'true' or 'false'
423423
- enum: A value from the predefined enumValues array
424+
- date: ISO 8601 compliant date where only the date portion is intended to be used
424425
- date-time: ISO 8601 compliant date: https://github.com/buildingSMART/foundation-API#17-datetime-format
425426

426427

swagger.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2806,6 +2806,8 @@ components:
28062806
project_custom_field_extension:
28072807
type: object
28082808
additionalProperties: true
2809+
required:
2810+
- minArraySize
28092811
properties:
28102812
id:
28112813
type: string

0 commit comments

Comments
 (0)