Sha256: 524df5c60bd7dee9a5c1b739a5d17d7bf7d7421df972480a2247095fea9f5b1a
Contents?: true
Size: 808 Bytes
Versions: 14
Compression:
Stored size: 808 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "relativeTo": { "oneOf": [ { "type": "string" }, { "type": "number" }, { "type": "object", "properties": { "$date": { "type": "string" } }, "additionalProperties": false, "required": [ "$date" ] } ] }, "templateContext": { "type": "string", "maxLength": 32767 }, "email": { "type": "string", "format": "email", "maxLength": 1024 }, "callbackUrl": { "type": "string", "format": "uri", "maxLength": 1024 } }, "additionalProperties": false }
Version data entries
14 entries across 14 versions & 1 rubygems