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

Version Path
losant_rest-1.21.0 schemas/orgPatch.json
losant_rest-1.20.1 schemas/orgPatch.json
losant_rest-1.20.0 schemas/orgPatch.json
losant_rest-1.19.9 schemas/orgPatch.json
losant_rest-1.19.8 schemas/orgPatch.json
losant_rest-1.19.6 schemas/orgPatch.json
losant_rest-1.19.4 schemas/orgPatch.json
losant_rest-1.19.3 schemas/orgPatch.json
losant_rest-1.19.2 schemas/orgPatch.json