{
"type": "object",
"properties": {
"limit": {
"type": "number",
"minimum": 1,
"maximum": 24
},
"skip": {
"type": "number",
"minimum": 0
}
}
}{
"type": "object",
"properties": {
"path": {
"type": "string",
"description": "Path such as /, /blog, or /about"
}
},
"required": [
"path"
]
}