Sha256: 277dc7e39d02bdb456bdd6171d61c1eea73d8cec47e87e9a012f68520c561973
Contents?: true
Size: 596 Bytes
Versions: 32
Compression:
Stored size: 596 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" } }, "additionalProperties": false }
Version data entries
32 entries across 32 versions & 1 rubygems