Move response examples in pretty-formatted single files

This commit is contained in:
Max Ziermann
2020-03-04 13:02:18 +01:00
parent c321333b10
commit 3f6e0b2b7e
10 changed files with 650 additions and 314 deletions

View File

@@ -0,0 +1,35 @@
[
{
"cmd": "GetUser",
"code": 0,
"initial": {
"User": {
"level": "guest"
}
},
"range": {
"User": {
"level": [
"guest",
"admin"
],
"password": {
"maxLen": 31,
"minLen": 6
},
"userName": {
"maxLen": 31,
"minLen": 1
}
}
},
"value": {
"User": [
{
"level": "admin",
"userName": "admin"
}
]
}
}
]