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