Skip to content

Commit a5745ab

Browse files
authored
Merge pull request OAI#1144 from OJFord/patch-1
Fix schemas/Error code property in Uber example
2 parents 161aa5e + 18d3491 commit a5745ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/v3.0/uber.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,7 @@ components:
289289
Error:
290290
properties:
291291
code:
292-
type: integer
293-
format: int32
292+
type: string
294293
message:
295294
type: string
296295
fields:

0 commit comments

Comments
 (0)