{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ActivityLogActor", "type": "['object', 'null']", "properties": { "type": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "email": { "type": "string" } } }