File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -942,6 +942,7 @@ export type ModelWithProperties = {
942
942
number?: number;
943
943
boolean?: boolean;
944
944
reference?: ModelWithString;
945
+ 'property with space'?: string;
945
946
readonly '@namespace.string'?: string;
946
947
readonly '@namespace.integer'?: number;
947
948
}
@@ -1615,6 +1616,9 @@ export const $ModelWithProperties = {
1615
1616
reference: {
1616
1617
type: 'ModelWithString',
1617
1618
},
1619
+ 'property with space': {
1620
+ type: 'string',
1621
+ },
1618
1622
'@namespace.string': {
1619
1623
type: 'string',
1620
1624
isReadOnly: true,
@@ -3298,6 +3302,7 @@ export type ModelWithProperties = {
3298
3302
number?: number;
3299
3303
boolean?: boolean;
3300
3304
reference?: ModelWithString;
3305
+ 'property with space'?: string;
3301
3306
readonly '@namespace.string'?: string;
3302
3307
readonly '@namespace.integer'?: number;
3303
3308
}
@@ -4126,6 +4131,9 @@ export const $ModelWithProperties = {
4126
4131
reference: {
4127
4132
type: 'ModelWithString',
4128
4133
},
4134
+ 'property with space': {
4135
+ type: 'string',
4136
+ },
4129
4137
'@namespace.string': {
4130
4138
type: 'string',
4131
4139
isReadOnly: true,
Original file line number Diff line number Diff line change 1066
1066
"reference" : {
1067
1067
"$ref" : " #/definitions/ModelWithString"
1068
1068
},
1069
+ "property with space" : {
1070
+ "type" : " string"
1071
+ },
1069
1072
"@namespace.string" : {
1070
1073
"type" : " string" ,
1071
1074
"readOnly" : true
Original file line number Diff line number Diff line change 1714
1714
"reference" : {
1715
1715
"$ref" : " #/components/schemas/ModelWithString"
1716
1716
},
1717
+ "property with space" : {
1718
+ "type" : " string"
1719
+ },
1717
1720
"@namespace.string" : {
1718
1721
"type" : " string" ,
1719
1722
"readOnly" : true
You can’t perform that action at this time.
0 commit comments