All Downloads are FREE. Search and download functionalities are using the official Maven repository.

raml.examples.stub-mapping-no-id.example.json Maven / Gradle / Ivy

There is a newer version: 3.0.1
Show newest version
{
    "request": {
        "method": "GET",
        "url": "/some/thing"
    },
    "response": {
        "status": 200,
        "body": "Hello world!",
        "headers": {
            "Content-Type": "text/plain"
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy