{
"type": "object",
"properties": {
"page": {
"type": "integer",
"minimum": 1,
"default": 1,
"description": "Page number, starting at 1"
},
"pageSize": {
"type": "integer",
"minimum": 1,
"maximum": 50,
"default": 10,
"description": "Items per page, max 50"
}
},
"additionalProperties": false
}{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Post abbrlink (e.g. f4442947) or a title keyword (fuzzy match, first hit wins)"
}
},
"required": [
"id"
],
"additionalProperties": false
}{
"type": "object",
"properties": {},
"additionalProperties": false
}{
"type": "object",
"properties": {},
"additionalProperties": false
}{
"type": "object",
"properties": {
"keyword": {
"type": "string",
"description": "Search keyword"
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 10,
"default": 10,
"description": "Maximum number of results to return"
}
},
"required": [
"keyword"
],
"additionalProperties": false
}{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Post abbrlink, e.g. f4442947"
}
},
"required": [
"id"
],
"additionalProperties": false
}{
"type": "object",
"properties": {},
"additionalProperties": false
}