Sha256: 649631e93f27d5ad395699ab1df83860013d52427d003e0c0104931382e17e27
Contents?: true
Size: 687 Bytes
Versions: 7
Compression:
Stored size: 687 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema", "definitions": { "time_integer": { "type": "number" }, "timestamp": { "type": "string" }, "reaction_item_type": { "type": "string" }, "auto_type": { "type": "string", "description": "The auto_type parameter can be admins for a Workspace Admins group, owners for a Workspace Owners group or null for a custom group.", "enum": [ "admins", "owners", null ] }, "user_count": { "type": "string" }, "emoji_changed_subtype": { "type": "string", "enum": [ "add", "remove" ] } } }
Version data entries
7 entries across 7 versions & 1 rubygems