diff --git a/specification/schemas/return-questions/ReturnQuestion.json b/specification/schemas/return-questions/ReturnQuestion.json index f6f93c8a..813242bf 100644 --- a/specification/schemas/return-questions/ReturnQuestion.json +++ b/specification/schemas/return-questions/ReturnQuestion.json @@ -8,6 +8,9 @@ "attributes": { "type": "object", "additionalProperties": false, + "required": [ + "answer_type" + ], "properties": { "code": { "type": "string", diff --git a/specification/schemas/return-reasons/ShopReturnReason.json b/specification/schemas/return-reasons/ShopReturnReason.json index e3bb7d8b..acb81161 100644 --- a/specification/schemas/return-reasons/ShopReturnReason.json +++ b/specification/schemas/return-reasons/ShopReturnReason.json @@ -47,6 +47,7 @@ "required": [ "code", "description", + "answer_type", "is_required" ], "properties": {