Sha256: 5e62f08bbdc9bd8ca2dbdc94717fcf326846eb5c564d36dbec009bac97f32192

Contents?: true

Size: 465 Bytes

Versions: 32

Compression:

Stored size: 465 Bytes

Contents

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

Version data entries

32 entries across 21 versions & 1 rubygems

Version Path
losant_rest-1.21.2 schemas/enableTwoFactorAuth.json
losant_rest-1.21.2 schemas/multiFactorAuthEnable.json
losant_rest-1.21.1 schemas/enableTwoFactorAuth.json
losant_rest-1.21.1 schemas/multiFactorAuthEnable.json
losant_rest-1.21.0 schemas/enableTwoFactorAuth.json
losant_rest-1.21.0 schemas/multiFactorAuthEnable.json
losant_rest-1.20.1 schemas/enableTwoFactorAuth.json
losant_rest-1.20.1 schemas/multiFactorAuthEnable.json
losant_rest-1.20.0 schemas/enableTwoFactorAuth.json
losant_rest-1.20.0 schemas/multiFactorAuthEnable.json
losant_rest-1.19.9 schemas/multiFactorAuthEnable.json
losant_rest-1.19.9 schemas/enableTwoFactorAuth.json
losant_rest-1.19.8 schemas/multiFactorAuthEnable.json
losant_rest-1.19.8 schemas/enableTwoFactorAuth.json
losant_rest-1.19.6 schemas/enableTwoFactorAuth.json
losant_rest-1.19.6 schemas/multiFactorAuthEnable.json
losant_rest-1.19.4 schemas/enableTwoFactorAuth.json
losant_rest-1.19.4 schemas/multiFactorAuthEnable.json
losant_rest-1.19.3 schemas/multiFactorAuthEnable.json
losant_rest-1.19.3 schemas/enableTwoFactorAuth.json