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

raml.schemas.start-recording.schema.json Maven / Gradle / Ivy

There is a newer version: 3.0.1
Show newest version
{
    "type": "object",
    "allOf": [
        { "$ref": "record-spec.schema.json" },
        {
            "type": "object",
            "properties": {
                "targetBaseUrl": {
                    "description": "Target URL when using the record and playback API",
                    "type": "string",
                    "example": [
                        "http://example.mocklab.io"
                    ]
                },
                "filters": {
                    "description": "Filter requests for which to create stub mapping",
                    "$ref": "request-pattern.schema.json"
                }
            }
        }
    ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy