diff --git a/playground/tencent/pairing-with-dan-and-alex/approve-request-schema.json b/playground/tencent/pairing-with-dan-and-alex/approve-request-schema.json index 168850a9..4809e4b8 100644 --- a/playground/tencent/pairing-with-dan-and-alex/approve-request-schema.json +++ b/playground/tencent/pairing-with-dan-and-alex/approve-request-schema.json @@ -2,12 +2,12 @@ "title": "Approve Request", "description": "Do you approve this request?", "properties": { - "do_you_approve": { + "approval_one": { "type": "string", "title": "Do you approve?", "enum": [ - "approved", - "rejected" + "approve", + "rejecte" ] } },