Skip to content

Commit e0e7d6b

Browse files
committed
fix
1 parent a540f5d commit e0e7d6b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

specs/composition-full/paths/objects/multipleBatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ post:
2727
action:
2828
$ref: '../../common/schemas/Batch.yml#/action'
2929
body:
30-
$ref: '../../common/schemas/batchCompositionAction.yml#/batchCompositionAction'
30+
$ref: '../../common/schemas/BatchCompositionAction.yml#/batchCompositionAction'
3131
required:
3232
- action
3333
- body

specs/composition-full/paths/rules/rule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ get:
1818
content:
1919
application/json:
2020
schema:
21-
$ref: '../../common/schemas/compositionRule.yml#/compositionRule'
21+
$ref: '../../common/schemas/CompositionRule.yml#/compositionRule'
2222
'400':
2323
$ref: '../../../common/responses/BadRequest.yml'
2424
'402':

specs/composition-full/paths/rules/saveRules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ post:
3030
action:
3131
$ref: '../../common/schemas/Batch.yml#/action'
3232
body:
33-
$ref: '../../common/schemas/rulesBatchCompositionAction.yml#/rulesBatchCompositionAction'
33+
$ref: '../../common/schemas/RulesBatchCompositionAction.yml#/rulesBatchCompositionAction'
3434
required:
3535
- action
3636
- body

specs/composition-full/paths/rules/searchRules.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ post:
2020
query:
2121
$ref: './parameters.yml#/query'
2222
anchoring:
23-
$ref: '../../common/schemas/compositionRule.yml#/anchoring'
23+
$ref: '../../common/schemas/CompositionRule.yml#/anchoring'
2424
context:
2525
type: string
2626
description: Only return composition rules that match the context (exact match).
@@ -57,7 +57,7 @@ post:
5757
type: array
5858
description: Composition rules that matched the search criteria.
5959
items:
60-
$ref: '../../common/schemas/compositionRule.yml#/compositionRule'
60+
$ref: '../../common/schemas/CompositionRule.yml#/compositionRule'
6161
nbHits:
6262
type: integer
6363
description: Number of composition rules that matched the search criteria.

0 commit comments

Comments
 (0)