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

Version Path
losant_rest-1.8.7 schemas/orgPatch.json
losant_rest-1.8.6 schemas/orgPatch.json
losant_rest-1.8.5 schemas/orgPatch.json
losant_rest-1.8.4 schemas/orgPatch.json
losant_rest-1.8.3 schemas/orgPatch.json
losant_rest-1.8.2 schemas/orgPatch.json
losant_rest-1.8.1 schemas/orgPatch.json
losant_rest-1.8.0 schemas/orgPatch.json
losant_rest-1.7.2 schemas/orgPatch.json
losant_rest-1.7.1 schemas/orgPatch.json
losant_rest-1.7.0 schemas/orgPatch.json
losant_rest-1.6.0 schemas/orgPatch.json
losant_rest-1.5.2 schemas/orgPatch.json
losant_rest-1.5.1 schemas/orgPatch.json
losant_rest-1.5.0 schemas/orgPatch.json
losant_rest-1.4.2 schemas/orgPatch.json
losant_rest-1.4.1 schemas/orgPatch.json
losant_rest-1.4.0 schemas/orgPatch.json
losant_rest-1.3.3 schemas/orgPatch.json
losant_rest-1.3.2 schemas/orgPatch.json