Skip to content

Commit 32ff9fb

Browse files
authored
Merge pull request #2088 from CosmWasm/chipshort/fix-schemas
Fix schemas
2 parents f6e9c61 + 0ae9a9e commit 32ff9fb

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

contracts/ibc-reflect-send/schema/ibc-reflect-send.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,8 @@
264264
"value": {
265265
"$ref": "#/definitions/Binary"
266266
}
267-
}
267+
},
268+
"additionalProperties": false
268269
}
269270
},
270271
"additionalProperties": false

contracts/ibc-reflect-send/schema/ibc/packet_msg.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,8 @@
205205
"value": {
206206
"$ref": "#/definitions/Binary"
207207
}
208-
}
208+
},
209+
"additionalProperties": false
209210
}
210211
},
211212
"additionalProperties": false

contracts/ibc-reflect-send/schema/raw/execute.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,8 @@
253253
"value": {
254254
"$ref": "#/definitions/Binary"
255255
}
256-
}
256+
},
257+
"additionalProperties": false
257258
}
258259
},
259260
"additionalProperties": false

contracts/ibc-reflect/schema/ibc/packet_msg.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,8 @@
255255
"value": {
256256
"$ref": "#/definitions/Binary"
257257
}
258-
}
258+
},
259+
"additionalProperties": false
259260
}
260261
},
261262
"additionalProperties": false

contracts/reflect/schema/raw/execute.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@
240240
"value": {
241241
"$ref": "#/definitions/Binary"
242242
}
243-
}
243+
},
244+
"additionalProperties": false
244245
}
245246
},
246247
"additionalProperties": false

contracts/reflect/schema/reflect.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,8 @@
250250
"value": {
251251
"$ref": "#/definitions/Binary"
252252
}
253-
}
253+
},
254+
"additionalProperties": false
254255
}
255256
},
256257
"additionalProperties": false

0 commit comments

Comments
 (0)