1 parent 3cf9920 commit e76f94bCopy full SHA for e76f94b
1 file changed
tools/proto-convert/test/fixtures/spec/expected.yaml
@@ -95,9 +95,9 @@ components:
95
properties:
96
id:
97
type: integer
98
- underscore_name:
+ x_name:
99
type: string
100
- underscore_type:
+ x_type:
101
102
enum:
103
- dog
@@ -110,7 +110,7 @@ components:
110
111
isTrained:
112
type: boolean
113
- underscore_breed:
+ x_breed:
114
115
Cat:
116
type: object
@@ -136,11 +136,11 @@ components:
136
required:
137
- canFly
138
139
- underscore_canFly:
+ x_canFly:
140
141
- type: object
142
143
- canTalk
144
145
- underscore_canTalk:
+ x_canTalk:
146
0 commit comments