Sha256: e35bec8e43f755675113677c22cfe8c8ba5847bfc73d51055c2c7c8d5cbd0b7c

Contents?: true

Size: 298 Bytes

Versions: 48

Compression:

Stored size: 298 Bytes

Contents

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

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
losant_rest-1.10.4 schemas/authedUser.json
losant_rest-1.10.3 schemas/authedUser.json
losant_rest-1.10.2 schemas/authedUser.json
losant_rest-1.10.1 schemas/authedUser.json
losant_rest-1.10.0 schemas/authedUser.json
losant_rest-1.9.3 schemas/authedUser.json
losant_rest-1.9.2 schemas/authedUser.json
losant_rest-1.9.1 schemas/authedUser.json
losant_rest-1.9.0 schemas/authedUser.json
losant_rest-1.8.9 schemas/authedUser.json
losant_rest-1.8.7 schemas/authedUser.json
losant_rest-1.8.6 schemas/authedUser.json
losant_rest-1.8.5 schemas/authedUser.json
losant_rest-1.8.4 schemas/authedUser.json
losant_rest-1.8.3 schemas/authedUser.json
losant_rest-1.8.2 schemas/authedUser.json
losant_rest-1.8.1 schemas/authedUser.json
losant_rest-1.8.0 schemas/authedUser.json
losant_rest-1.7.2 schemas/authedUser.json
losant_rest-1.7.1 schemas/authedUser.json