Skip to content

Commit fdac07e

Browse files
jamesottingerGitHub Enterprise
authored andcommitted
Merge pull request #128 from wsmith/bugfix/add-missing-default-to-user-defined-field
Added missing "default" to UserDefinedField
2 parents 111a218 + e217c05 commit fdac07e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

openapi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13900,6 +13900,11 @@ components:
1390013900
combination or order.
1390113901
example: avalue,anothervalue,thirdvalue
1390213902
readOnly: true
13903+
default:
13904+
type: string
13905+
description: >
13906+
The default value. If not specified, this value will be used.
13907+
readOnly: true
1390313908
Volume:
1390413909
type: object
1390513910
required:

0 commit comments

Comments
 (0)