Skip to content

Commit

Permalink
./build-schema.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
taitruong committed Jul 24, 2024
1 parent 010ea2c commit df8ebc8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions contracts/cw2981-royalties/schema/cw2981-royalties.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,10 +365,10 @@
"description": "Custom msg execution. This is a no-op in default implementation.",
"type": "object",
"required": [
"get_extension"
"update_extension"
],
"properties": {
"get_extension": {
"update_extension": {
"type": "object",
"required": [
"msg"
Expand Down
4 changes: 2 additions & 2 deletions contracts/cw721-base/schema/execute_msg.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,10 @@
"description": "Custom msg execution. This is a no-op in default implementation.",
"type": "object",
"required": [
"get_extension"
"update_extension"
],
"properties": {
"get_extension": {
"update_extension": {
"type": "object",
"required": [
"msg"
Expand Down
4 changes: 2 additions & 2 deletions contracts/cw721-expiration/schema/execute_msg.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,10 @@
"description": "Custom msg execution. This is a no-op in default implementation.",
"type": "object",
"required": [
"get_extension"
"update_extension"
],
"properties": {
"get_extension": {
"update_extension": {
"type": "object",
"required": [
"msg"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -446,10 +446,10 @@
"description": "Custom msg execution. This is a no-op in default implementation.",
"type": "object",
"required": [
"get_extension"
"update_extension"
],
"properties": {
"get_extension": {
"update_extension": {
"type": "object",
"required": [
"msg"
Expand Down
4 changes: 2 additions & 2 deletions contracts/cw721-non-transferable/schema/execute_msg.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,10 @@
"description": "Custom msg execution. This is a no-op in default implementation.",
"type": "object",
"required": [
"get_extension"
"update_extension"
],
"properties": {
"get_extension": {
"update_extension": {
"type": "object",
"required": [
"msg"
Expand Down
4 changes: 2 additions & 2 deletions packages/cw721/schema/cw721_execute_msg.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,10 @@
"description": "Custom msg execution. This is a no-op in default implementation.",
"type": "object",
"required": [
"get_extension"
"update_extension"
],
"properties": {
"get_extension": {
"update_extension": {
"type": "object",
"required": [
"msg"
Expand Down

0 comments on commit df8ebc8

Please sign in to comment.