Schema.org SearchAction
The act of searching for an object. Related actions: FindAction.
Schema.orgStructured DataLinked DataJSON-LDVocabularySEOWeb StandardsRDFOntology
Properties
| Name |
Type |
Description |
| @type |
string |
The Schema.org type. |
| @context |
string |
|
| target |
object |
Indicates a target EntryPoint for an Action. |
| query-input |
string |
A sub property of object. The query used on this action (e.g., required name=search_term_string). |
| query |
string |
The query string. |
| actionStatus |
string |
Indicates the current disposition of the Action. |
| result |
object |
The result produced in the action. |
| name |
string |
The name of the action. |
| description |
string |
A description of the action. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://schema.org/schemas/search-action.json",
"title": "Schema.org SearchAction",
"description": "The act of searching for an object. Related actions: FindAction.",
"type": "object",
"required": ["@type"],
"properties": {
"@type": {
"type": "string",
"const": "SearchAction",
"description": "The Schema.org type."
},
"@context": {
"type": "string",
"default": "https://schema.org"
},
"target": {
"oneOf": [
{ "type": "string", "format": "uri" },
{ "$ref": "#/$defs/EntryPoint" }
],
"description": "Indicates a target EntryPoint for an Action."
},
"query-input": {
"type": "string",
"description": "A sub property of object. The query used on this action (e.g., required name=search_term_string)."
},
"query": {
"type": "string",
"description": "The query string."
},
"actionStatus": {
"type": "string",
"enum": ["ActiveActionStatus", "CompletedActionStatus", "FailedActionStatus", "PotentialActionStatus"],
"description": "Indicates the current disposition of the Action."
},
"result": {
"type": "object",
"description": "The result produced in the action.",
"properties": {
"@type": { "type": "string" },
"name": { "type": "string" }
}
},
"name": {
"type": "string",
"description": "The name of the action."
},
"description": {
"type": "string",
"description": "A description of the action."
}
},
"$defs": {
"EntryPoint": {
"type": "object",
"description": "An entry point for a URL-addressable action.",
"properties": {
"@type": { "type": "string", "const": "EntryPoint" },
"urlTemplate": { "type": "string", "description": "A URL template for the action." },
"actionPlatform": {
"oneOf": [
{ "type": "string" },
{ "type": "array", "items": { "type": "string" } }
],
"description": "The high level platform(s) where the Action can be performed."
}
}
}
}
}
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/schema-org-search-action"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.