diff --git a/spec.json b/spec.json index 65cb23fd..e248b366 100644 --- a/spec.json +++ b/spec.json @@ -12564,6 +12564,20 @@ "enum": [ "thumbs_down" ] + }, + { + "description": "Accepted.", + "type": "string", + "enum": [ + "accepted" + ] + }, + { + "description": "Rejected.", + "type": "string", + "enum": [ + "rejected" + ] } ] },