{"$schema":"https://json-schema.org/draft/2020-12/schema","title":"Integration","type":"object","required":["id","officeId","type","status","createdAt","updatedAt"],"properties":{"id":{"type":"string"},"officeId":{"type":"string"},"type":{"type":"string","enum":["trello","github"]},"status":{"type":"string","enum":["pending","connected","error","skipped"]},"externalId":{"type":"string"},"externalAccount":{"type":"string"},"metadata":{"type":"object","additionalProperties":true},"lastSyncAt":{"type":"string","format":"date-time"},"errorMessage":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"additionalProperties":false}