big tings
This commit is contained in:
22
registry/schema-org/SearchAction.schema.json
Normal file
22
registry/schema-org/SearchAction.schema.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "schema:SearchAction",
|
||||
"title": "SearchAction",
|
||||
"description": "The act of searching for an object.\\n\\nRelated actions:\\n\\n* [[FindAction]]: SearchAction generally leads to a FindAction, but not necessarily.",
|
||||
"type": "object",
|
||||
"allOf": [
|
||||
{
|
||||
"description": "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.\\n\\nSee also [blog post](http://blog.schema.org/2014/04/announcing-schemaorg-actions.html) and [Actions overview document](https://schema.org/docs/actions.html).",
|
||||
"$ref": "schema:Action"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"query": {
|
||||
"description": "A sub property of instrument. The query used on this action.",
|
||||
"oneOf": [
|
||||
{ "type": "string" },
|
||||
{ "type": "array", "items": { "type": "string" } }
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user