{"$schema":"http://json-schema.org/draft-07/schema#","schemaId":"0f9a3cb8-4a9f-4b5f-a1fa-3a4c2eb1f402","title":"Company","type":"object","properties":{"id":{"type":"string","description":"Application-level company identifier"},"eName":{"type":"string","description":"eName of the company eVault"},"groupManifestEnvelopeId":{"type":"string","description":"MetaEnvelope ID of the canonical GroupManifest"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","eName","groupManifestEnvelopeId","createdAt","updatedAt"],"additionalProperties":false}