Sha256: dadd5dc5a388f765bf7c137a94f3bd10a940935bc63e81b01b7fce40ce808471

Contents?: true

Size: 1.73 KB

Versions: 19

Compression:

Stored size: 1.73 KB

Contents

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "title": "Instance Member",
        "description": "Schema for an Instance member",
        "type": "object",
        "properties": {
          "instanceId": {
            "type": "string",
            "pattern": "^[A-Fa-f\\d]{24}$"
          },
          "userId": {
            "type": "string",
            "pattern": "^[A-Fa-f\\d]{24}$"
          },
          "email": {
            "type": "string",
            "format": "email",
            "maxLength": 1024
          },
          "firstName": {
            "type": "string",
            "minLength": 1,
            "maxLength": 1024
          },
          "lastName": {
            "type": "string",
            "maxLength": 1024
          },
          "role": {
            "type": "string",
            "enum": [
              "admin",
              "view"
            ]
          },
          "avatarUrl": {
            "type": "string",
            "format": "uri",
            "maxLength": 1024
          },
          "twoFactorAuthEnabled": {
            "type": "boolean"
          },
          "ssoLinked": {
            "type": "boolean"
          }
        },
        "additionalProperties": false
      }
    },
    "instanceId": {
      "type": "string",
      "pattern": "^[A-Fa-f\\d]{24}$"
    },
    "count": {
      "type": "integer"
    },
    "filter": {
      "type": "string"
    },
    "filterField": {
      "type": "string"
    },
    "sortField": {
      "type": "string"
    },
    "sortDirection": {
      "type": "string",
      "enum": [
        "asc",
        "desc",
        "ASC",
        "DESC",
        ""
      ]
    }
  }
}

Version data entries

19 entries across 19 versions & 1 rubygems

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