Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,15 @@ paths:
extras:
type: object
additionalProperties: true
description: Additional arbitrary data as a JSON object
description: |
Additional arbitrary data as a JSON object

**Restrictions:**
- Nested lists are NOT allowed
- Dictionaries inside lists are NOT allowed
- Only one level of nesting is allowed in dictionaries
- Keys starting with `_` will be ignored
- Key length must not exceed 16 characters
example:
dummyKey: "Dummy Value"
required:
Expand Down