big tings
This commit is contained in:
13
registry/schema-org/HowToTool.schema.json
Normal file
13
registry/schema-org/HowToTool.schema.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "schema:HowToTool",
|
||||
"title": "HowToTool",
|
||||
"description": "A tool used (but not consumed) when performing instructions for how to achieve a result.",
|
||||
"type": "object",
|
||||
"allOf": [
|
||||
{
|
||||
"description": "An item used as either a tool or supply when performing the instructions for how to achieve a result.",
|
||||
"$ref": "schema:HowToItem"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user