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