raml.schemas.stub-mappings.schema.json Maven / Gradle / Ivy
{
"type": "object",
"properties": {
"mappings": {
"$ref": "stub-mapping.schema.json"
},
"meta": {
"type": "object",
"properties": {
"total": {
"type": "integer"
}
},
"required": [
"total"
]
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy