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

raml.examples.recorded-stub-mappings.example.json Maven / Gradle / Ivy

There is a newer version: 3.0.1
Show newest version
{
    "mappings" : [ {
        "id" : "093f1027-e5e0-4921-9e6d-e619dfd5d2c7",
        "name" : "recordables_123",
        "request" : {
            "url" : "/recordables/123",
            "method" : "GET"
        },
        "response" : {
            "status" : 200,
            "body" : "{\n  \"message\": \"Congratulations on your first recording!\"\n}",
            "headers" : {
                "Content-Type" : "application/json"
            }
        },
        "uuid" : "093f1027-e5e0-4921-9e6d-e619dfd5d2c7",
        "persistent" : true
    } ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy