Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ The following types are supported:
- string: Any string
- boolean: The values 'true' or 'false'
- enum: A value from the predefined enumValues array
- date: ISO 8601 compliant date where only the date portion is intended to be used: https://github.com/buildingSMART/foundation-API#17-datetime-format
- date-time: ISO 8601 compliant date: https://github.com/buildingSMART/foundation-API#17-datetime-format

### 3.1.5 Expressing User Authorization Through Project Extensions
Expand Down
2 changes: 2 additions & 0 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2807,6 +2807,8 @@ components:
project_custom_field_extension:
type: object
additionalProperties: true
required:
- minArraySize
properties:
id:
type: string
Expand Down