Skip to content

Commit f16f111

Browse files
committed
fix
1 parent 9f4d3c2 commit f16f111

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

specs/recommend/paths/batchRecommendRules.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ post:
2828
schema:
2929
title: rules
3030
type: array
31-
# required: true
3231
description: Recommend rules.
3332
additionalProperties: false
3433
items:
35-
$ref: '../common/schemas/RecommendRule.yml'
34+
$ref: '../common/schemas/RecommendRule.yml#/RecommendRule'
3635

3736
responses:
3837
'200':

0 commit comments

Comments
 (0)