{ "type": "object", "required": ["type", "note_name", "operation"], "properties": { "type": { "type": "string", "enum": ["note_status"] }, "note_name": { "type": "string" }, "status": { "type": "string", "enum": ["actioned", "unactione", "pending"], "default": "pending" }, "operation": { "$ref": "#/definitions/operations" }, "value": { "type": "string" } } }