Sha256: da1381459e1cbfd7b2b681beecf08321d7b1c33743d1830b34e4416a440e49c0
Contents?: true
Size: 453 Bytes
Versions: 19
Compression:
Stored size: 453 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "templateId": { "type": "string", "pattern": "^[A-Fa-f\\d]{24}$" }, "email": { "type": "string", "format": "email", "maxLength": 1024 }, "callbackUrl": { "type": "string", "format": "uri", "maxLength": 1024 } }, "required": [ "templateId" ], "additionalProperties": false }
Version data entries
19 entries across 19 versions & 1 rubygems