Sha256: 644c48f0eb399296fa40a8311ab3b15e8dcd03bed217e94d30393ec13d64c214
Contents?: true
Size: 803 Bytes
Versions: 5
Compression:
Stored size: 803 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "name": { "type": "string", "minLength": 1, "maxLength": 255 }, "description": { "type": "string", "maxLength": 32767 }, "planId": { "type": "string", "maxLength": 1024 }, "billingEmail": { "type": "string", "format": "email", "maxLength": 1024 }, "cardToken": { "type": "string", "maxLength": 1024 }, "iconColor": { "type": "string", "maxLength": 64 }, "whitelistedEmailDomains": { "type": "array", "maxItems": 25, "items": { "type": "string", "maxLength": 45, "minLength": 3 } } }, "additionalProperties": false }
Version data entries
5 entries across 5 versions & 1 rubygems