raml.schemas.snapshot.schema.json Maven / Gradle / Ivy
{
"type": "object",
"allOf": [
{ "$ref": "record-spec.schema.json" },
{
"properties": {
"filters": {
"description": "Filter requests for which to create stub mapping",
"type": "object",
"allOf": [
{
"properties": {
"ids": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
{ "$ref": "request-pattern.schema.json" }
]
}
}
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy