Sha256: 7df9a9826267b614b46563018cb23c72ac5b456391bb30e3b8ab9ed81d65a0d7

Contents?: true

Size: 1016 Bytes

Versions: 13

Compression:

Stored size: 1016 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "email": {
      "type": "string",
      "format": "email",
      "maxLength": 1024
    },
    "firstName": {
      "type": "string",
      "minLength": 1,
      "maxLength": 1024
    },
    "lastName": {
      "type": "string",
      "maxLength": 1024
    },
    "companyName": {
      "type": "string",
      "maxLength": 1024
    },
    "title": {
      "type": "string",
      "maxLength": 1024
    },
    "phoneNumber": {
      "type": "string",
      "maxLength": 1024
    },
    "location": {
      "type": "string",
      "maxLength": 1024
    },
    "url": {
      "type": "string",
      "maxLength": 1024
    },
    "password": {
      "type": "string",
      "minLength": 12,
      "maxLength": 2048,
      "pattern": "^(?=.*[A-Z])(?=.*[^A-Za-z0-9])(?=.*[0-9])(?=.*[a-z]).{12,}$"
    },
    "tokenCutoff": {
      "type": "string",
      "format": "date-time"
    }
  },
  "additionalProperties": false
}

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
losant_rest-1.19.4 schemas/mePatch.json
losant_rest-1.19.3 schemas/mePatch.json
losant_rest-1.19.2 schemas/mePatch.json
losant_rest-1.19.1 schemas/mePatch.json
losant_rest-1.19.0 schemas/mePatch.json
losant_rest-1.18.0 schemas/mePatch.json
losant_rest-1.17.5 schemas/mePatch.json
losant_rest-1.17.4 schemas/mePatch.json
losant_rest-1.17.3 schemas/mePatch.json
losant_rest-1.17.2 schemas/mePatch.json
losant_rest-1.17.1 schemas/mePatch.json
losant_rest-1.17.0 schemas/mePatch.json
losant_rest-1.16.6 schemas/mePatch.json