big tings
This commit is contained in:
13
registry/schema-org/EatAction.schema.json
Normal file
13
registry/schema-org/EatAction.schema.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "schema:EatAction",
|
||||
"title": "EatAction",
|
||||
"description": "The act of swallowing solid objects.",
|
||||
"type": "object",
|
||||
"allOf": [
|
||||
{
|
||||
"description": "The act of ingesting information/resources/food.",
|
||||
"$ref": "schema:ConsumeAction"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user