staking-deposit-cli/tests/test_intl/schemas/deposit.json

20 lines
454 B
JSON
Raw Normal View History

2021-04-07 11:12:35 +00:00
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"check_python_version": {
"type": "object",
"properties": {
"err_python_version": {
"type": "string"
}
},
"required": [
"err_python_version"
]
}
},
"required": [
"check_python_version"
]
}