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