File tree 8 files changed +108
-8
lines changed
8 files changed +108
-8
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,37 @@ pub fn schemas<R: Read + Seek>(
63
63
"ovf_Section_Type" . to_owned ( ) ,
64
64
ReferenceOr :: Item ( openapiv3:: Schema {
65
65
schema_data : Default :: default ( ) ,
66
- schema_kind : openapiv3:: SchemaKind :: Type ( openapiv3:: Type :: Object ( Default :: default ( ) ) ) ,
66
+ schema_kind : openapiv3:: SchemaKind :: Type ( openapiv3:: Type :: Object (
67
+ openapiv3:: ObjectType {
68
+ properties : [ (
69
+ "info" . to_string ( ) ,
70
+ openapiv3:: ReferenceOr :: boxed_item ( openapiv3:: Schema {
71
+ schema_data : Default :: default ( ) ,
72
+ schema_kind : openapiv3:: SchemaKind :: Type ( openapiv3:: Type :: Object (
73
+ openapiv3:: ObjectType {
74
+ properties : [ (
75
+ "value" . to_string ( ) ,
76
+ openapiv3:: ReferenceOr :: boxed_item ( openapiv3:: Schema {
77
+ schema_data : Default :: default ( ) ,
78
+ schema_kind : openapiv3:: SchemaKind :: Type (
79
+ openapiv3:: Type :: String ( Default :: default ( ) ) ,
80
+ ) ,
81
+ } ) ,
82
+ ) ]
83
+ . iter ( )
84
+ . cloned ( )
85
+ . collect ( ) ,
86
+ ..Default :: default ( )
87
+ } ,
88
+ ) ) ,
89
+ } ) ,
90
+ ) ]
91
+ . iter ( )
92
+ . cloned ( )
93
+ . collect ( ) ,
94
+ ..Default :: default ( )
95
+ } ,
96
+ ) ) ,
67
97
} ) ,
68
98
) ;
69
99
Original file line number Diff line number Diff line change 41317
41317
"additionalProperties": false
41318
41318
},
41319
41319
"ovf_Section_Type": {
41320
- "type": "object"
41320
+ "type": "object",
41321
+ "properties": {
41322
+ "info": {
41323
+ "type": "object",
41324
+ "properties": {
41325
+ "value": {
41326
+ "type": "string"
41327
+ }
41328
+ }
41329
+ }
41330
+ }
41321
41331
}
41322
41332
}
41323
41333
},
Original file line number Diff line number Diff line change 43529
43529
"additionalProperties": false
43530
43530
},
43531
43531
"ovf_Section_Type": {
43532
- "type": "object"
43532
+ "type": "object",
43533
+ "properties": {
43534
+ "info": {
43535
+ "type": "object",
43536
+ "properties": {
43537
+ "value": {
43538
+ "type": "string"
43539
+ }
43540
+ }
43541
+ }
43542
+ }
43533
43543
}
43534
43544
}
43535
43545
},
Original file line number Diff line number Diff line change 43600
43600
"additionalProperties": false
43601
43601
},
43602
43602
"ovf_Section_Type": {
43603
- "type": "object"
43603
+ "type": "object",
43604
+ "properties": {
43605
+ "info": {
43606
+ "type": "object",
43607
+ "properties": {
43608
+ "value": {
43609
+ "type": "string"
43610
+ }
43611
+ }
43612
+ }
43613
+ }
43604
43614
}
43605
43615
}
43606
43616
},
Original file line number Diff line number Diff line change 44866
44866
"additionalProperties": false
44867
44867
},
44868
44868
"ovf_Section_Type": {
44869
- "type": "object"
44869
+ "type": "object",
44870
+ "properties": {
44871
+ "info": {
44872
+ "type": "object",
44873
+ "properties": {
44874
+ "value": {
44875
+ "type": "string"
44876
+ }
44877
+ }
44878
+ }
44879
+ }
44870
44880
}
44871
44881
}
44872
44882
},
Original file line number Diff line number Diff line change 45770
45770
"additionalProperties": false
45771
45771
},
45772
45772
"ovf_Section_Type": {
45773
- "type": "object"
45773
+ "type": "object",
45774
+ "properties": {
45775
+ "info": {
45776
+ "type": "object",
45777
+ "properties": {
45778
+ "value": {
45779
+ "type": "string"
45780
+ }
45781
+ }
45782
+ }
45783
+ }
45774
45784
}
45775
45785
}
45776
45786
},
Original file line number Diff line number Diff line change 46481
46481
"additionalProperties": false
46482
46482
},
46483
46483
"ovf_Section_Type": {
46484
- "type": "object"
46484
+ "type": "object",
46485
+ "properties": {
46486
+ "info": {
46487
+ "type": "object",
46488
+ "properties": {
46489
+ "value": {
46490
+ "type": "string"
46491
+ }
46492
+ }
46493
+ }
46494
+ }
46485
46495
}
46486
46496
}
46487
46497
},
Original file line number Diff line number Diff line change 46370
46370
"additionalProperties": false
46371
46371
},
46372
46372
"ovf_Section_Type": {
46373
- "type": "object"
46373
+ "type": "object",
46374
+ "properties": {
46375
+ "info": {
46376
+ "type": "object",
46377
+ "properties": {
46378
+ "value": {
46379
+ "type": "string"
46380
+ }
46381
+ }
46382
+ }
46383
+ }
46374
46384
}
46375
46385
}
46376
46386
},
You can’t perform that action at this time.
0 commit comments