Skip to content

Commit

Permalink
Update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Nov 22, 2023
1 parent 16b9122 commit f5356df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions contracts/reflect/schema/raw/response_to_sub_msg_result.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
}
}
},
"MsgResponseValue": {
"MsgResponse": {
"type": "object",
"required": [
"type_url",
Expand Down Expand Up @@ -110,7 +110,7 @@
"default": [],
"type": "array",
"items": {
"$ref": "#/definitions/MsgResponseValue"
"$ref": "#/definitions/MsgResponse"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions contracts/reflect/schema/reflect.json
Original file line number Diff line number Diff line change
Expand Up @@ -1948,7 +1948,7 @@
}
}
},
"MsgResponseValue": {
"MsgResponse": {
"type": "object",
"required": [
"type_url",
Expand Down Expand Up @@ -1991,7 +1991,7 @@
"default": [],
"type": "array",
"items": {
"$ref": "#/definitions/MsgResponseValue"
"$ref": "#/definitions/MsgResponse"
}
}
}
Expand Down

0 comments on commit f5356df

Please sign in to comment.