staking-deposit-cli/tests/test_intl/schemas/deposit.json
2021-04-07 13:13:14 +02:00

20 lines
454 B
JSON

{
"$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"
]
}