{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {
"q": {
"type": "string",
"title": "Search query",
"description": "Search query."
},
"post_type": {
"type": "string",
"title": "Post type",
"description": "Optional public post type."
},
"taxonomy": {
"type": "string",
"title": "Taxonomy",
"description": "Optional taxonomy filter."
},
"term": {
"type": "string",
"title": "Term slug",
"description": "Optional term slug filter."
},
"qid": {
"type": "string",
"title": "Wikidata QID",
"description": "Optional Wikidata QID."
},
"geonames_id": {
"type": "string",
"title": "GeoNames ID",
"description": "Optional GeoNames ID."
},
"google_place_id": {
"type": "string",
"title": "Google Place ID",
"description": "Optional Google Place ID."
},
"modified_after": {
"type": "string",
"title": "Modified after",
"description": "Optional ISO date or datetime."
},
"page": {
"type": "integer",
"title": "Page",
"minimum": 1,
"default": 1
},
"per_page": {
"type": "integer",
"title": "Results per page",
"minimum": 1,
"maximum": 10,
"default": 10
}
}
}{
"type": "object",
"properties": {
"id": {
"type": "integer",
"title": "Post ID",
"description": "WordPress post ID."
},
"slug": {
"type": "string",
"title": "Slug",
"description": "Post slug."
},
"url": {
"type": "string",
"title": "URL",
"description": "Canonical public URL."
},
"post_type": {
"type": "string",
"title": "Post type",
"description": "Optional post type for slug lookup."
},
"include_text": {
"type": "boolean",
"title": "Include text",
"default": true
},
"include_structured_data": {
"type": "boolean",
"title": "Include structured data",
"default": true
},
"include_taxonomies": {
"type": "boolean",
"title": "Include taxonomies",
"default": true
},
"include_images": {
"type": "boolean",
"title": "Include images",
"default": true
},
"text_chars": {
"type": "integer",
"title": "Text characters",
"minimum": 0,
"maximum": 1500,
"default": 1500
}
}
}{
"type": "object",
"properties": {
"id": {
"type": "integer",
"title": "Post ID",
"description": "WordPress post ID."
},
"offset": {
"type": "integer",
"title": "Offset",
"minimum": 0,
"default": 0
},
"limit_chars": {
"type": "integer",
"title": "Character limit",
"minimum": 1,
"maximum": 1500,
"default": 1500
}
},
"required": [
"id"
]
}{
"type": "object",
"properties": {
"id": {
"type": "integer",
"title": "ID",
"description": "WordPress post or term ID."
},
"slug": {
"type": "string",
"title": "Slug",
"description": "Post slug."
},
"url": {
"type": "string",
"title": "URL",
"description": "Canonical public URL."
},
"post_type": {
"type": "string",
"title": "Post type",
"description": "Optional post type."
},
"taxonomy": {
"type": "string",
"title": "Taxonomy",
"description": "Taxonomy for term lookup."
},
"term": {
"type": "string",
"title": "Term slug",
"description": "Term slug."
}
}
}{
"type": "object",
"properties": {
"taxonomy": {
"type": "string",
"title": "Taxonomy",
"description": "Public taxonomy name."
},
"search": {
"type": "string",
"title": "Term search",
"description": "Optional term search."
},
"parent": {
"type": "integer",
"title": "Parent term ID",
"description": "Optional parent term ID."
},
"hide_empty": {
"type": "boolean",
"title": "Hide empty terms",
"default": true
},
"qid": {
"type": "string",
"title": "Wikidata QID",
"description": "Optional Wikidata QID."
},
"geonames_id": {
"type": "string",
"title": "GeoNames ID",
"description": "Optional GeoNames ID."
},
"page": {
"type": "integer",
"title": "Page",
"minimum": 1,
"default": 1
},
"per_page": {
"type": "integer",
"title": "Terms per page",
"minimum": 1,
"maximum": 50,
"default": 25
}
},
"required": [
"taxonomy"
]
}{
"type": "object",
"properties": {
"taxonomy": {
"type": "string",
"title": "Taxonomy",
"description": "Public taxonomy name."
},
"id": {
"type": "integer",
"title": "Term ID",
"description": "Term ID."
},
"term": {
"type": "string",
"title": "Term slug",
"description": "Term slug."
},
"slug": {
"type": "string",
"title": "Term slug",
"description": "Term slug."
}
},
"required": [
"taxonomy"
]
}{
"type": "object",
"properties": {
"modified_after": {
"type": "string",
"title": "Modified after",
"description": "ISO date or datetime. Required."
},
"post_type": {
"type": "string",
"title": "Post type",
"description": "Optional public post type."
},
"page": {
"type": "integer",
"title": "Page",
"minimum": 1,
"default": 1
},
"per_page": {
"type": "integer",
"title": "Recent items per page",
"minimum": 1,
"maximum": 25,
"default": 10
}
},
"required": [
"modified_after"
]
}{
"type": "object",
"properties": {
"s": {
"type": "string",
"description": "Zadajte hľadaný výraz a stlačte Enter..."
}
},
"required": [
"s"
]
}