Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhilker committed May 28, 2020
1 parent 9a232dd commit 8cefae1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/domainrobot.json
Original file line number Diff line number Diff line change
Expand Up @@ -5519,12 +5519,12 @@
"200" : {
"description" : "successful operation",
"schema" : {
"originalRef" : "JsonResponseDataByte[]",
"$ref" : "#/definitions/JsonResponseDataByte[]"
"originalRef" : "JsonResponseDataByte",
"$ref" : "#/definitions/JsonResponseDataByte"
},
"responseSchema" : {
"originalRef" : "JsonResponseDataByte[]",
"$ref" : "#/definitions/JsonResponseDataByte[]"
"originalRef" : "JsonResponseDataByte",
"$ref" : "#/definitions/JsonResponseDataByte"
}
}
}
Expand Down Expand Up @@ -21422,7 +21422,7 @@
}
}
},
"JsonResponseDataByte[]" : {
"JsonResponseDataByte" : {
"type" : "object",
"properties" : {
"stid" : {
Expand Down Expand Up @@ -26269,4 +26269,4 @@
}
}
}
}
}

0 comments on commit 8cefae1

Please sign in to comment.