@microsoft.azure/autorest.testserver
Version:
Autorest test server.
46 lines (45 loc) • 1.06 kB
JSON
{
"parameters": {
"complexBody": {
"fishtype": "smart_salmon",
"location": "alaska",
"iswild": true,
"species": "king",
"additionalProperty1": 1,
"additionalProperty2": false,
"additionalProperty3": "hello",
"additionalProperty4": { "a": 1, "b": 2 },
"additionalProperty5": [1, 3],
"length": 1,
"siblings": [
{
"species": "predator",
"length": 20,
"fishtype": "shark",
"age": 6,
"birthday": "2012-01-05T01:00:00Z"
},
{
"species": "dangerous",
"length": 10,
"fishtype": "sawshark",
"age": 105,
"birthday": "1900-01-05T01:00:00Z",
"picture": "//////4="
},
{
"species": "scary",
"length": 30,
"color": "pinkish-gray",
"fishtype": "goblin",
"age": 1,
"birthday": "2015-08-08T00:00:00.000Z",
"jawsize": 5
}
]
}
},
"responses": {
"200": {}
}
}