Sha256: 16d94e2d4df79980bb008a069ffd8dd7372ab841337895b6498d029c4827da8e

Contents?: true

Size: 619 Bytes

Versions: 10

Compression:

Stored size: 619 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
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
losant_rest-1.19.1 schemas/orgPatch.json
losant_rest-1.19.0 schemas/orgPatch.json
losant_rest-1.18.0 schemas/orgPatch.json
losant_rest-1.17.5 schemas/orgPatch.json
losant_rest-1.17.4 schemas/orgPatch.json
losant_rest-1.17.3 schemas/orgPatch.json
losant_rest-1.17.2 schemas/orgPatch.json
losant_rest-1.17.1 schemas/orgPatch.json
losant_rest-1.17.0 schemas/orgPatch.json
losant_rest-1.16.6 schemas/orgPatch.json