{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Insight", "type": "object", "properties": { "name": { "type": "string" }, "type": { "type": "string" }, "id": { "type": "string" }, "orgId": { "type": "string" }, "createdAt": { "type": "string" }, "updatedAt": { "type": "string" }, "systemKey": { "type": "string" } } }