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