Sha256: 6882baebfa966d5f6d5a6d7f98e010a39950f6e6966367e9f995174538799eff
Contents?: true
Size: 341 Bytes
Versions: 33
Compression:
Stored size: 341 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "email": { "type": "string", "format": "email", "maxLength": 1024 }, "token": { "type": "string", "minLength": 1 } }, "required": [ "email", "token" ], "additionalProperties": false }
Version data entries
33 entries across 33 versions & 1 rubygems