Sha256: 950653d365bbba47bfd0f06804ddb4f87ae13ec0d3e32fee5b5fcf70503fcd6d
Contents?: true
Size: 758 Bytes
Versions: 9
Compression:
Stored size: 758 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 }, "mfaMode": { "type": "string", "enum": [ "notRequired", "adminRequired", "required" ] } }, "additionalProperties": false }
Version data entries
9 entries across 9 versions & 1 rubygems