Files
openapi-generator/conf/driver_regression_testdata.json
2011-07-06 07:45:16 -07:00

79 lines
1.2 KiB
JSON

{
"userList":[
{
"userName":"drivertest2",
"password":"password123",
"email":"test2@wordnik.com"
},
{
"userName":"drivertest1",
"password":"password123",
"email":"testuser@wordnik.com"
}
],
"apiTokenStatusList":[
{
"token":"toekn value",
"totalRequests":18
},
{
"token":"toekn value",
"totalRequests":18
}
],
"wordObjectList":[
{
"word":"cat"
},
{
"word":"cats"
},
{
"word":"dgdsfgsdf"
},
{
"word":"impossible"
},
{
"word":"IMPOSSIBLE"
} ,
{
"word":"passenger"
},
{
"word":"PASSENGER"
}
],
"stringValueList":[
{
"word":"cat"
},
{
"word":"rat"
},
{
"word":"dog"
}
],
"wordListList":[
{
"name":"Word List for driver test",
"type":"PUBLIC",
"description":"This is description of the word list for testing"
},
{
"name":"Word List for driver test",
"type":"WRONG",
"description":"This is description of the word list for testing"
},
{
"permalink":"testtesmans-list",
"name":"Word List for driver test",
"type":"PUBLIC",
"description":"This is description of the word list for testing"
}
]
}