Sha256: eb94b15dfffca48e105b0351f52918096fb541cb5b414d75f9c3072fd7461c12
Contents?: true
Size: 440 Bytes
Versions: 8
Compression:
Stored size: 440 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "userId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "token": { "type": "string", "minLength": 1 }, "needsToVerifyEmail": { "type": "boolean" }, "orgId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" } }, "required": [ "userId", "token" ] }
Version data entries
8 entries across 8 versions & 1 rubygems