Sha256: c4fc7f5c928f916b305febc720f8765bb2713b20d1b555bfbc0ff9e5c2401a54

Contents?: true

Size: 402 Bytes

Versions: 21

Compression:

Stored size: 402 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "email": {
      "type": "string",
      "format": "email",
      "maxLength": 1024
    },
    "token": {
      "type": "string",
      "minLength": 1
    },
    "accept": {
      "type": "boolean"
    }
  },
  "additionalProperties": false,
  "required": [
    "email",
    "token",
    "accept"
  ]
}

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
losant_rest-1.21.2 schemas/orgInviteAction.json
losant_rest-1.21.1 schemas/orgInviteAction.json
losant_rest-1.21.0 schemas/orgInviteAction.json
losant_rest-1.20.1 schemas/orgInviteAction.json
losant_rest-1.20.0 schemas/orgInviteAction.json
losant_rest-1.19.9 schemas/orgInviteAction.json
losant_rest-1.19.8 schemas/orgInviteAction.json
losant_rest-1.19.6 schemas/orgInviteAction.json
losant_rest-1.19.4 schemas/orgInviteAction.json
losant_rest-1.19.3 schemas/orgInviteAction.json
losant_rest-1.19.2 schemas/orgInviteAction.json
losant_rest-1.19.1 schemas/orgInviteAction.json
losant_rest-1.19.0 schemas/orgInviteAction.json
losant_rest-1.18.0 schemas/orgInviteAction.json
losant_rest-1.17.5 schemas/orgInviteAction.json
losant_rest-1.17.4 schemas/orgInviteAction.json
losant_rest-1.17.3 schemas/orgInviteAction.json
losant_rest-1.17.2 schemas/orgInviteAction.json
losant_rest-1.17.1 schemas/orgInviteAction.json
losant_rest-1.17.0 schemas/orgInviteAction.json