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