{"$schema":"http://json-schema.org/draft-07/schema#","schemaId":"0f9a3cb8-4a9f-4b5f-a1fa-3a4c2eb1f407","title":"TaskAttachment","type":"object","properties":{"id":{"type":"string"},"taskId":{"type":"string"},"fileName":{"type":"string"},"url":{"type":"string"},"canonicalOwnerEName":{"type":"string"},"createdAt":{"type":"string","format":"date-time"}},"required":["id","taskId","fileName","url","canonicalOwnerEName","createdAt"],"additionalProperties":false}