{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema:WatchAction", "title": "WatchAction", "description": "The act of consuming dynamic/moving visual content.", "type": "object", "allOf": [ { "description": "The act of ingesting information/resources/food.", "$ref": "schema:ConsumeAction" } ] }