raml.examples.stub-mapping-with-id.example.json Maven / Gradle / Ivy
{
"id": "76ada7b0-49ae-4229-91c4-396a36f18e09",
"uuid": "76ada7b0-49ae-4229-91c4-396a36f18e09",
"request": {
"method": "GET",
"url": "/some/thing"
},
"response": {
"status": 200,
"body": "Hello world!",
"headers": {
"Content-Type": "text/plain"
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy