How to document nested parameters (no matter query or body) with RAML? For example:
{
"credentials: {
"login": "some-login",
"key": "some-key"
}
}
How to document nested parameters (no matter query or body) with RAML? For example:
{
"credentials: {
"login": "some-login",
"key": "some-key"
}
}
This is a JSON entity so it needs to be specified in JSON Schema and referred to as a request or response body.