Skip to content

Commit

Permalink
Merge pull request #143 from datsirul/fix-136
Browse files Browse the repository at this point in the history
Fixed invalid syntax in `includeResultsetResponses` #136
  • Loading branch information
costero-e authored Dec 12, 2024
2 parents 691647d + 0a777e4 commit e79b76d
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 10 deletions.
6 changes: 5 additions & 1 deletion models/json/beacon-v2-default-model/analyses/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@
}
},
"includeResultsetResponses": {
"$ref": "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/beaconCommonComponents.json#/$defs/IncludeResultsetResponses"
"in": "query",
"name": "includeResultsetResponses",
"schema": {
"$ref": "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/beaconCommonComponents.json#/definitions/IncludeResultsetResponses"
}
},
"limit": {
"in": "query",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@
}
},
"includeResultsetResponses": {
"$ref": "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/beaconCommonComponents.json#/$defs/IncludeResultsetResponses"
"in": "query",
"name": "includeResultsetResponses",
"schema": {
"$ref": "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/beaconCommonComponents.json#/definitions/IncludeResultsetResponses"
}
},
"limit": {
"in": "query",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,11 @@
}
},
"includeResultsetResponses": {
"$ref": "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/beaconCommonComponents.json#/$defs/IncludeResultsetResponses"
"in": "query",
"name": "includeResultsetResponses",
"schema": {
"$ref": "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/beaconCommonComponents.json#/definitions/IncludeResultsetResponses"
}
},
"limit": {
"in": "query",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@
}
},
"includeResultsetResponses": {
"$ref": "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/beaconCommonComponents.json#/$defs/IncludeResultsetResponses"
"in": "query",
"name": "includeResultsetResponses",
"schema": {
"$ref": "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/beaconCommonComponents.json#/definitions/IncludeResultsetResponses"
}
},
"limit": {
"in": "query",
Expand Down
6 changes: 5 additions & 1 deletion models/json/beacon-v2-default-model/runs/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@
}
},
"includeResultsetResponses": {
"$ref": "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/beaconCommonComponents.json#/$defs/IncludeResultsetResponses"
"in": "query",
"name": "includeResultsetResponses",
"schema": {
"$ref": "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/beaconCommonComponents.json#/definitions/IncludeResultsetResponses"
}
},
"individualId": {
"in": "path",
Expand Down
5 changes: 4 additions & 1 deletion models/src/beacon-v2-default-model/analyses/endpoints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,10 @@ components:
schema:
$ref: https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/beaconCommonComponents.json#/$defs/Limit
includeResultsetResponses:
$ref: https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/beaconCommonComponents.json#/$defs/IncludeResultsetResponses
name: includeResultsetResponses
in: query
schema:
$ref: https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/beaconCommonComponents.json#/definitions/IncludeResultsetResponses
entryId:
name: id
in: path
Expand Down
5 changes: 4 additions & 1 deletion models/src/beacon-v2-default-model/biosamples/endpoints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,10 @@ components:
schema:
$ref: https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/beaconCommonComponents.json#/$defs/Limit
includeResultsetResponses:
$ref: https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/beaconCommonComponents.json#/$defs/IncludeResultsetResponses
name: includeResultsetResponses
in: query
schema:
$ref: https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/beaconCommonComponents.json#/definitions/IncludeResultsetResponses
entryId:
name: id
in: path
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,10 @@ components:
schema:
$ref: https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/beaconCommonComponents.json#/$defs/Limit
includeResultsetResponses:
$ref: https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/beaconCommonComponents.json#/$defs/IncludeResultsetResponses
name: includeResultsetResponses
in: query
schema:
$ref: https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/beaconCommonComponents.json#/definitions/IncludeResultsetResponses
entryId:
name: id
in: path
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,10 @@ components:
schema:
$ref: https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/beaconCommonComponents.json#/$defs/Limit
includeResultsetResponses:
$ref: https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/beaconCommonComponents.json#/$defs/IncludeResultsetResponses
name: includeResultsetResponses
in: query
schema:
$ref: https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/beaconCommonComponents.json#/definitions/IncludeResultsetResponses
entryId:
name: id
in: path
Expand Down
5 changes: 4 additions & 1 deletion models/src/beacon-v2-default-model/runs/endpoints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,10 @@ components:
schema:
$ref: https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/beaconCommonComponents.json#/$defs/Limit
includeResultsetResponses:
$ref: https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/beaconCommonComponents.json#/$defs/IncludeResultsetResponses
name: includeResultsetResponses
in: query
schema:
$ref: https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/beaconCommonComponents.json#/definitions/IncludeResultsetResponses
entryId:
name: id
in: path
Expand Down

0 comments on commit e79b76d

Please sign in to comment.