{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "InboxItemAction", "type": "string", "enum": [ "CREATED", "CLASSIFIED", "LABELIZED" ] }