Sha256: baa84fc1e67af14125427ee8af38236242de6476bb87cfb057f23153f852985c
Contents?: true
Size: 623 Bytes
Versions: 19
Compression:
Stored size: 623 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "orgName": { "type": "string", "minLength": 1, "maxLength": 255 }, "email": { "type": "string", "format": "email", "maxLength": 1024 }, "role": { "type": "string", "enum": [ "admin", "edit", "collaborate", "view", "none" ] }, "inviteDate": { "type": "string", "format": "date-time" }, "ttl": { "type": "number" }, "disallowTransfer": { "type": "boolean" } } }
Version data entries
19 entries across 19 versions & 1 rubygems