{"$schema":"https://json-schema.org/draft/2020-12/schema","title":"Hito","type":"object","required":["id","officeId","name","role","brainId","createdAt"],"properties":{"id":{"type":"string"},"officeId":{"type":"string"},"name":{"type":"string"},"role":{"type":"string"},"brainId":{"type":"string"},"persona":{"type":"object"},"createdAt":{"type":"string","format":"date-time"}},"additionalProperties":false}