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