Skip to content

Commit

Permalink
Add missing schema file.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xekez committed Jul 14, 2022
1 parent 2c56d26 commit 2038656
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions contracts/cw721-stake/schema/list_stakers_response.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ListStakersResponse",
"type": "array",
"items": {
"type": "string"
}
}

0 comments on commit 2038656

Please sign in to comment.