Skip to content

Commit b494f5c

Browse files
author
Ole Lensmar
committed
change error-code to errorCode for compatibility
1 parent 5b77e39 commit b494f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guidelines/sample-server/files/models.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"description": "A shared model for error message",
8787
"required" : ["error-code","reason"],
8888
"properties": {
89-
"error-code": {
89+
"errorCode": {
9090
"type": "integer",
9191
"format": "int64"
9292
},

0 commit comments

Comments
 (0)