Sha256: 92be6b5ba1771ea869b36c8a9e2723fb22686ef5839e2e201e6a12a7d7b7e91b

Contents?: true

Size: 266 Bytes

Versions: 19

Compression:

Stored size: 266 Bytes

Contents

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

Version data entries

19 entries across 19 versions & 1 rubygems

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