Sha256: 237eef27805213fcbe52690cad60a8660c9656b16f9dfbd4f58d17c85242124d
Contents?: true
Size: 450 Bytes
Versions: 29
Compression:
Stored size: 450 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "email": { "type": "string", "format": "email", "maxLength": 1024 }, "password": { "type": "string", "minLength": 8, "maxLength": 2048 }, "twoFactorCode": { "type": "string", "maxLength": 2048 } }, "required": [ "email", "password" ], "additionalProperties": false }
Version data entries
29 entries across 29 versions & 1 rubygems