raml.examples.stub-mapping-no-id.example.json Maven / Gradle / Ivy
{
"request": {
"method": "GET",
"url": "/some/thing"
},
"response": {
"status": 200,
"body": "Hello world!",
"headers": {
"Content-Type": "text/plain"
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy