Sha256: 6882baebfa966d5f6d5a6d7f98e010a39950f6e6966367e9f995174538799eff

Contents?: true

Size: 341 Bytes

Versions: 33

Compression:

Stored size: 341 Bytes

Contents

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

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
losant_rest-1.9.3 schemas/emailVerificationVerify.json
losant_rest-1.9.2 schemas/emailVerificationVerify.json
losant_rest-1.9.1 schemas/emailVerificationVerify.json
losant_rest-1.9.0 schemas/emailVerificationVerify.json
losant_rest-1.8.9 schemas/emailVerificationVerify.json
losant_rest-1.8.7 schemas/emailVerificationVerify.json
losant_rest-1.8.6 schemas/emailVerificationVerify.json
losant_rest-1.8.5 schemas/emailVerificationVerify.json
losant_rest-1.8.4 schemas/emailVerificationVerify.json
losant_rest-1.8.3 schemas/emailVerificationVerify.json
losant_rest-1.8.2 schemas/emailVerificationVerify.json
losant_rest-1.8.1 schemas/emailVerificationVerify.json
losant_rest-1.8.0 schemas/emailVerificationVerify.json