Sha256: 21d1bda9c64590942ad00b6ee46e198e13ec813a7691fe5997e3c4ba91774cca
Contents?: true
Size: 363 Bytes
Versions: 32
Compression:
Stored size: 363 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "twoFactorCode": { "type": "string", "maxLength": 2048 }, "password": { "type": "string", "minLength": 8, "maxLength": 2048 } }, "required": [ "password", "twoFactorCode" ], "additionalProperties": false }
Version data entries
32 entries across 21 versions & 1 rubygems