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

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