Sha256: eb94b15dfffca48e105b0351f52918096fb541cb5b414d75f9c3072fd7461c12

Contents?: true

Size: 440 Bytes

Versions: 8

Compression:

Stored size: 440 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "userId": {
      "type": "string",
      "pattern": "^[A-Fa-f\\d]{24}$"
    },
    "token": {
      "type": "string",
      "minLength": 1
    },
    "needsToVerifyEmail": {
      "type": "boolean"
    },
    "orgId": {
      "type": "string",
      "pattern": "^[A-Fa-f\\d]{24}$"
    }
  },
  "required": [
    "userId",
    "token"
  ]
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
losant_rest-1.21.0 schemas/authedUser.json
losant_rest-1.20.1 schemas/authedUser.json
losant_rest-1.20.0 schemas/authedUser.json
losant_rest-1.19.9 schemas/authedUser.json
losant_rest-1.19.8 schemas/authedUser.json
losant_rest-1.19.6 schemas/authedUser.json
losant_rest-1.19.4 schemas/authedUser.json
losant_rest-1.19.3 schemas/authedUser.json