{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ActivityLogOrgEntity", "type": "object", "properties": { "type": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" } } }