{"$schema":"http://json-schema.org/draft-07/schema#","schemaId":"0f9a3cb8-4a9f-4b5f-a1fa-3a4c2eb1f403","title":"Project","type":"object","properties":{"id":{"type":"string","description":"Application-level project identifier"},"eName":{"type":"string","description":"eName of the project eVault"},"groupManifestEnvelopeId":{"type":"string","description":"MetaEnvelope ID of the canonical GroupManifest"},"grantsAccessRelatedProjectIds":{"type":"array","items":{"type":"string"},"description":"Projects whose members inherit access through this project"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["id","eName","groupManifestEnvelopeId","grantsAccessRelatedProjectIds","createdAt","updatedAt"],"additionalProperties":false}