File tree Expand file tree Collapse file tree 5 files changed +20
-37
lines changed Expand file tree Collapse file tree 5 files changed +20
-37
lines changed Original file line number Diff line number Diff line change @@ -637,18 +637,13 @@ export class RPCOpenAPIGenerator extends OpenAPIGeneratorBase {
637
637
638
638
schemas [ '_Meta' ] = {
639
639
type : 'object' ,
640
+ description : 'Meta information about the request or response' ,
640
641
properties : {
641
- meta : {
642
- type : 'object' ,
643
- description : 'Meta information about the request or response' ,
644
- properties : {
645
- serialization : {
646
- description : 'Serialization metadata' ,
647
- } ,
648
- } ,
649
- additionalProperties : true ,
642
+ serialization : {
643
+ description : 'Serialization metadata' ,
650
644
} ,
651
645
} ,
646
+ additionalProperties : true ,
652
647
} ;
653
648
654
649
schemas [ '_Error' ] = {
Original file line number Diff line number Diff line change @@ -3212,14 +3212,11 @@ components:
3212
3212
nullable : true
3213
3213
_Meta :
3214
3214
type : object
3215
+ description : Meta information about the request or response
3215
3216
properties :
3216
- meta :
3217
- type : object
3218
- description : Meta information about the request or response
3219
- properties :
3220
- serialization :
3221
- description : Serialization metadata
3222
- additionalProperties : true
3217
+ serialization :
3218
+ description : Serialization metadata
3219
+ additionalProperties : true
3223
3220
_Error :
3224
3221
type : object
3225
3222
required :
Original file line number Diff line number Diff line change @@ -3276,14 +3276,11 @@ components:
3276
3276
- type : string
3277
3277
_Meta :
3278
3278
type : object
3279
+ description : Meta information about the request or response
3279
3280
properties :
3280
- meta :
3281
- type : object
3282
- description : Meta information about the request or response
3283
- properties :
3284
- serialization :
3285
- description : Serialization metadata
3286
- additionalProperties : true
3281
+ serialization :
3282
+ description : Serialization metadata
3283
+ additionalProperties : true
3287
3284
_Error :
3288
3285
type : object
3289
3286
required :
Original file line number Diff line number Diff line change @@ -1861,14 +1861,11 @@ components:
1861
1861
nullable : true
1862
1862
_Meta :
1863
1863
type : object
1864
+ description : Meta information about the request or response
1864
1865
properties :
1865
- meta :
1866
- type : object
1867
- description : Meta information about the request or response
1868
- properties :
1869
- serialization :
1870
- description : Serialization metadata
1871
- additionalProperties : true
1866
+ serialization :
1867
+ description : Serialization metadata
1868
+ additionalProperties : true
1872
1869
_Error :
1873
1870
type : object
1874
1871
required :
Original file line number Diff line number Diff line change @@ -1903,14 +1903,11 @@ components:
1903
1903
format : byte
1904
1904
_Meta :
1905
1905
type : object
1906
+ description : Meta information about the request or response
1906
1907
properties :
1907
- meta :
1908
- type : object
1909
- description : Meta information about the request or response
1910
- properties :
1911
- serialization :
1912
- description : Serialization metadata
1913
- additionalProperties : true
1908
+ serialization :
1909
+ description : Serialization metadata
1910
+ additionalProperties : true
1914
1911
_Error :
1915
1912
type : object
1916
1913
required :
You can’t perform that action at this time.
0 commit comments