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.16.5 schemas/emailVerificationVerify.json
losant_rest-1.16.3 schemas/emailVerificationVerify.json
losant_rest-1.16.2 schemas/emailVerificationVerify.json
losant_rest-1.16.1 schemas/emailVerificationVerify.json
losant_rest-1.16.0 schemas/emailVerificationVerify.json
losant_rest-1.15.2 schemas/emailVerificationVerify.json
losant_rest-1.15.1 schemas/emailVerificationVerify.json
losant_rest-1.15.0 schemas/emailVerificationVerify.json
losant_rest-1.14.1 schemas/emailVerificationVerify.json
losant_rest-1.14.0 schemas/emailVerificationVerify.json
losant_rest-1.13.1 schemas/emailVerificationVerify.json
losant_rest-1.13.0 schemas/emailVerificationVerify.json
losant_rest-1.12.0 schemas/emailVerificationVerify.json
losant_rest-1.11.1 schemas/emailVerificationVerify.json
losant_rest-1.11.0 schemas/emailVerificationVerify.json
losant_rest-1.10.4 schemas/emailVerificationVerify.json
losant_rest-1.10.3 schemas/emailVerificationVerify.json
losant_rest-1.10.2 schemas/emailVerificationVerify.json
losant_rest-1.10.1 schemas/emailVerificationVerify.json
losant_rest-1.10.0 schemas/emailVerificationVerify.json