Skip to content

Commit 16e45c4

Browse files
committed
Generate schemas
1 parent 3123213 commit 16e45c4

File tree

9 files changed

+1220
-0
lines changed

9 files changed

+1220
-0
lines changed

contracts/nested-contracts/inner-contract/Cargo.lock

Lines changed: 1132 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"contract_name": "inner-contract",
3+
"contract_version": "0.1.0",
4+
"idl_version": "1.0.0",
5+
"instantiate": {
6+
"$schema": "http://json-schema.org/draft-07/schema#",
7+
"title": "InstantiateMsg",
8+
"type": "object",
9+
"additionalProperties": false
10+
},
11+
"execute": {
12+
"$schema": "http://json-schema.org/draft-07/schema#",
13+
"title": "ExecuteMsg",
14+
"type": "string",
15+
"enum": []
16+
},
17+
"query": {
18+
"$schema": "http://json-schema.org/draft-07/schema#",
19+
"title": "QueryMsg",
20+
"type": "string",
21+
"enum": []
22+
},
23+
"migrate": null,
24+
"sudo": null,
25+
"responses": {}
26+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "http://json-schema.org/draft-07/schema#",
3+
"title": "ExecuteMsg",
4+
"type": "string",
5+
"enum": []
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "http://json-schema.org/draft-07/schema#",
3+
"title": "InstantiateMsg",
4+
"type": "object",
5+
"additionalProperties": false
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "http://json-schema.org/draft-07/schema#",
3+
"title": "QueryMsg",
4+
"type": "string",
5+
"enum": []
6+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"contract_name": "nested-contracts",
3+
"contract_version": "0.1.0",
4+
"idl_version": "1.0.0",
5+
"instantiate": {
6+
"$schema": "http://json-schema.org/draft-07/schema#",
7+
"title": "InstantiateMsg",
8+
"type": "object",
9+
"additionalProperties": false
10+
},
11+
"execute": {
12+
"$schema": "http://json-schema.org/draft-07/schema#",
13+
"title": "ExecuteMsg",
14+
"type": "string",
15+
"enum": []
16+
},
17+
"query": {
18+
"$schema": "http://json-schema.org/draft-07/schema#",
19+
"title": "QueryMsg",
20+
"type": "string",
21+
"enum": []
22+
},
23+
"migrate": null,
24+
"sudo": null,
25+
"responses": {}
26+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "http://json-schema.org/draft-07/schema#",
3+
"title": "ExecuteMsg",
4+
"type": "string",
5+
"enum": []
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "http://json-schema.org/draft-07/schema#",
3+
"title": "InstantiateMsg",
4+
"type": "object",
5+
"additionalProperties": false
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "http://json-schema.org/draft-07/schema#",
3+
"title": "QueryMsg",
4+
"type": "string",
5+
"enum": []
6+
}

0 commit comments

Comments
 (0)