Sha256: 883f635cdec435360f77d927c8b1453bcc50904a314eb328fc26a64ebf977718

Contents?: true

Size: 245 Bytes

Versions: 29

Compression:

Stored size: 245 Bytes

Contents

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

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
losant_rest-1.7.1 schemas/githubLogin.json
losant_rest-1.7.0 schemas/githubLogin.json
losant_rest-1.6.0 schemas/githubLogin.json
losant_rest-1.5.2 schemas/githubLogin.json
losant_rest-1.5.1 schemas/githubLogin.json
losant_rest-1.5.0 schemas/githubLogin.json
losant_rest-1.4.2 schemas/githubLogin.json
losant_rest-1.4.1 schemas/githubLogin.json
losant_rest-1.4.0 schemas/githubLogin.json
losant_rest-1.3.3 schemas/githubLogin.json
losant_rest-1.3.2 schemas/githubLogin.json
losant_rest-1.3.1 schemas/githubLogin.json
losant_rest-1.3.0 schemas/githubLogin.json
losant_rest-1.2.3 schemas/githubLogin.json
losant_rest-1.2.2 schemas/githubLogin.json
losant_rest-1.2.1 schemas/githubLogin.json
losant_rest-1.2.0 schemas/githubLogin.json
losant_rest-1.1.2 schemas/githubLogin.json
losant_rest-1.1.1 schemas/githubLogin.json
losant_rest-1.1.0 schemas/githubLogin.json