{"$schema":"http://json-schema.org/draft-04/schema#","id":"https://schema.entrecode.de/schema-acc/invite","type":"object","required":["invite","_links"],"properties":{"invite":{"type":"string","pattern":"^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"},"permissions":{"type":"array","items":{"type":"string","pattern":"^[a-zA-Z0-9_\\-:*,§]+$"}},"groups":{"type":"array","items":{"type":"object","properties":{"groupID":{"$ref":"https://schema.entrecode.de/schema-acc/group#groupID"},"name":{"$ref":"https://schema.entrecode.de/schema-acc/group#name"}},"required":["groupID","name"]}},"email":{"oneOf":[{"type":"null"},{"type":"string","format":"email"}]},"created":{"type":"string","format":"date-time"},"expires":{"type":"string","format":"date-time"},"_links":{"$ref":"https://schema.entrecode.de/schema-acc/hal#/definitions/baseResource/properties/_links"}}}