Sha256: 8793b03da8400176aec0243699b5e1eaa99b766d07a9bfa4516b44668be6eb43

Contents?: true

Size: 350 Bytes

Versions: 37

Compression:

Stored size: 350 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "state": {
      "type": "string",
      "enum": [
        "new",
        "acknowledged",
        "resolved"
      ]
    },
    "comment": {
      "type": "string",
      "maxLength": 32767
    },
    "data": {}
  },
  "additionalProperties": false
}

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
losant_rest-1.8.6 schemas/eventPatch.json
losant_rest-1.8.5 schemas/eventPatch.json
losant_rest-1.8.4 schemas/eventPatch.json
losant_rest-1.8.3 schemas/eventPatch.json
losant_rest-1.8.2 schemas/eventPatch.json
losant_rest-1.8.1 schemas/eventPatch.json
losant_rest-1.8.0 schemas/eventPatch.json
losant_rest-1.7.2 schemas/eventPatch.json
losant_rest-1.7.1 schemas/eventPatch.json
losant_rest-1.7.0 schemas/eventPatch.json
losant_rest-1.6.0 schemas/eventPatch.json
losant_rest-1.5.2 schemas/eventPatch.json
losant_rest-1.5.1 schemas/eventPatch.json
losant_rest-1.5.0 schemas/eventPatch.json
losant_rest-1.4.2 schemas/eventPatch.json
losant_rest-1.4.1 schemas/eventPatch.json
losant_rest-1.4.0 schemas/eventPatch.json
losant_rest-1.3.3 schemas/eventPatch.json
losant_rest-1.3.2 schemas/eventPatch.json
losant_rest-1.3.1 schemas/eventPatch.json