File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 25632563 }
25642564 }
25652565 },
2566+ "AModelWithOptionalPropertyRefAndDefaultValue" : {
2567+ "type" : " object" ,
2568+ "properties" : {
2569+ "enum_property_ref" : {
2570+ "$ref" : " #/components/schemas/AnEnum" ,
2571+ "default" : " FIRST_VALUE"
2572+ }
2573+ }
2574+ },
25662575 "ModelWithDateTimeProperty" : {
25672576 "type" : " object" ,
25682577 "properties" : {
Original file line number Diff line number Diff line change @@ -2555,6 +2555,15 @@ info:
25552555 }
25562556 }
25572557 },
2558+ " AModelWithOptionalPropertyRefAndDefaultValue " : {
2559+ " type " : " object" ,
2560+ " properties " : {
2561+ " enum_property_ref " : {
2562+ " $ref " : " #/components/schemas/AnEnum" ,
2563+ " default " : " FIRST_VALUE"
2564+ }
2565+ }
2566+ },
25582567 " ModelWithDateTimeProperty " : {
25592568 " type " : " object" ,
25602569 " properties " : {
You can’t perform that action at this time.
0 commit comments