Skip to content

Commit

Permalink
Incorrect reference in run model
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordi Rambla committed Dec 17, 2024
1 parent 3df917e commit c43fd55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion models/json/beacon-v2-default-model/runs/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"in": "query",
"name": "includeResultsetResponses",
"schema": {
"$ref": "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/beaconCommonComponents.json#/definitions/IncludeResultsetResponses"
"$ref": "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/beaconCommonComponents.json#/$defs/IncludeResultsetResponses"
}
},
"individualId": {
Expand Down
2 changes: 1 addition & 1 deletion models/src/beacon-v2-default-model/runs/endpoints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ components:
name: includeResultsetResponses
in: query
schema:
$ref: https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/beaconCommonComponents.json#/definitions/IncludeResultsetResponses
$ref: https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/beaconCommonComponents.json#/$defs/IncludeResultsetResponses
entryId:
name: id
in: path
Expand Down

0 comments on commit c43fd55

Please sign in to comment.