Skip to content

Commit e76f94b

Browse files
committed
Address test
1 parent 3cf9920 commit e76f94b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tools/proto-convert/test/fixtures/spec/expected.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ components:
9595
properties:
9696
id:
9797
type: integer
98-
underscore_name:
98+
x_name:
9999
type: string
100-
underscore_type:
100+
x_type:
101101
type: string
102102
enum:
103103
- dog
@@ -110,7 +110,7 @@ components:
110110
properties:
111111
isTrained:
112112
type: boolean
113-
underscore_breed:
113+
x_breed:
114114
type: string
115115
Cat:
116116
type: object
@@ -136,11 +136,11 @@ components:
136136
required:
137137
- canFly
138138
properties:
139-
underscore_canFly:
139+
x_canFly:
140140
type: boolean
141141
- type: object
142142
required:
143143
- canTalk
144144
properties:
145-
underscore_canTalk:
145+
x_canTalk:
146146
type: boolean

0 commit comments

Comments
 (0)