Skip to content

Commit c84a624

Browse files
committed
fix: apply fix from linter
1 parent f57bfb6 commit c84a624

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

specs/composition-full/common/schemas/BatchCompositionAction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ deleteCompositionAction:
1010

1111
batchCompositionAction:
1212
oneOf:
13-
- $ref: './listCompositionsResponse.yml#/composition'
13+
- $ref: './Composition.yml#/composition'
1414
- $ref: '#/deleteCompositionAction'

specs/composition-full/paths/manage_compositions/listCompositions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ get:
1717
content:
1818
application/json:
1919
schema:
20-
$ref: '../../common/schemas/listCompositionsResponse.yml#/ListCompositionsResponse'
20+
$ref: '../../common/schemas/ListCompositionsResponse.yml#/listCompositionsResponse'
2121
'400':
2222
$ref: '../../../common/responses/BadRequest.yml'
2323
'402':

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ get:
1616
content:
1717
application/json:
1818
schema:
19-
$ref: '../../common/schemas/listCompositionsResponse.yml#/composition'
19+
$ref: '../../common/schemas/Composition.yml#/composition'
2020
'400':
2121
$ref: '../../../common/responses/BadRequest.yml'
2222
'402':

0 commit comments

Comments
 (0)