Sha256: 237eef27805213fcbe52690cad60a8660c9656b16f9dfbd4f58d17c85242124d

Contents?: true

Size: 450 Bytes

Versions: 29

Compression:

Stored size: 450 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "email": {
      "type": "string",
      "format": "email",
      "maxLength": 1024
    },
    "password": {
      "type": "string",
      "minLength": 8,
      "maxLength": 2048
    },
    "twoFactorCode": {
      "type": "string",
      "maxLength": 2048
    }
  },
  "required": [
    "email",
    "password"
  ],
  "additionalProperties": false
}

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
losant_rest-1.7.1 schemas/userCredentials.json
losant_rest-1.7.0 schemas/userCredentials.json
losant_rest-1.6.0 schemas/userCredentials.json
losant_rest-1.5.2 schemas/userCredentials.json
losant_rest-1.5.1 schemas/userCredentials.json
losant_rest-1.5.0 schemas/userCredentials.json
losant_rest-1.4.2 schemas/userCredentials.json
losant_rest-1.4.1 schemas/userCredentials.json
losant_rest-1.4.0 schemas/userCredentials.json
losant_rest-1.3.3 schemas/userCredentials.json
losant_rest-1.3.2 schemas/userCredentials.json
losant_rest-1.3.1 schemas/userCredentials.json
losant_rest-1.3.0 schemas/userCredentials.json
losant_rest-1.2.3 schemas/userCredentials.json
losant_rest-1.2.2 schemas/userCredentials.json
losant_rest-1.2.1 schemas/userCredentials.json
losant_rest-1.2.0 schemas/userCredentials.json
losant_rest-1.1.2 schemas/userCredentials.json
losant_rest-1.1.1 schemas/userCredentials.json
losant_rest-1.1.0 schemas/userCredentials.json