Sha256: 0c363e0365a9d2631a3f91b247e84d3de3043b1ec9aa5afbafa969f0bc266fab
Contents?: true
Size: 651 Bytes
Versions: 10
Compression:
Stored size: 651 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/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 } }, "additionalProperties": false, "required": [ "name" ] }
Version data entries
10 entries across 10 versions & 1 rubygems