mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-16 15:54:31 +00:00
79 lines
1.2 KiB
JSON
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"
|
|
}
|
|
|
|
]
|
|
|
|
} |