Sha256: 7ef02a6bc40d0a32d9537e7026ac76ce1106b30d4d0119894bd778652933139e

Contents?: true

Size: 266 Bytes

Versions: 12

Compression:

Stored size: 266 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "role": {
      "type": "string",
      "enum": [
        "admin",
        "view"
      ]
    }
  },
  "additionalProperties": false,
  "required": [
    "role"
  ]
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
losant_rest-1.16.5 schemas/instanceMemberPatch.json
losant_rest-1.16.3 schemas/instanceMemberPatch.json
losant_rest-1.16.2 schemas/instanceMemberPatch.json
losant_rest-1.16.1 schemas/instanceMemberPatch.json
losant_rest-1.16.0 schemas/instanceMemberPatch.json
losant_rest-1.15.2 schemas/instanceMemberPatch.json
losant_rest-1.15.1 schemas/instanceMemberPatch.json
losant_rest-1.15.0 schemas/instanceMemberPatch.json
losant_rest-1.14.1 schemas/instanceMemberPatch.json
losant_rest-1.14.0 schemas/instanceMemberPatch.json
losant_rest-1.13.1 schemas/instanceMemberPatch.json
losant_rest-1.13.0 schemas/instanceMemberPatch.json