Skip to content

Commit

Permalink
Schema consistency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bcorrie committed Nov 7, 2024
1 parent ffccc62 commit 30bed48
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion lang/R/inst/extdata/airr-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ CURIEMap:
type: identifier
default:
map: IEDB_EPITOPE
provider: IEDB_EPITOPE
map:
IEDB_EPITOPE:
iri_prefix: "https://www.iedb.org/epitope/"
Expand Down Expand Up @@ -184,7 +185,7 @@ InformationProvider:
IEDB_RECEPTOR:
request:
url: "https://query-api.iedb.org/tcr_search?receptor_group_id=eq.{local_id}"
url: "https://query-api.iedb.org/tcr_search?receptor_group_id=eq.{local_id}"
url: "https://query-api.iedb.org/bcr_search?receptor_group_id=eq.{local_id}"
response: application/json
IEDB_EPITOPE:
request:
Expand Down
3 changes: 2 additions & 1 deletion lang/python/airr/specs/airr-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ CURIEMap:
type: identifier
default:
map: IEDB_EPITOPE
provider: IEDB_EPITOPE
map:
IEDB_EPITOPE:
iri_prefix: "https://www.iedb.org/epitope/"
Expand Down Expand Up @@ -184,7 +185,7 @@ InformationProvider:
IEDB_RECEPTOR:
request:
url: "https://query-api.iedb.org/tcr_search?receptor_group_id=eq.{local_id}"
url: "https://query-api.iedb.org/tcr_search?receptor_group_id=eq.{local_id}"
url: "https://query-api.iedb.org/bcr_search?receptor_group_id=eq.{local_id}"
response: application/json
IEDB_EPITOPE:
request:
Expand Down
2 changes: 1 addition & 1 deletion specs/airr-schema-openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ InformationProvider:
IEDB_RECEPTOR:
request:
url: "https://query-api.iedb.org/tcr_search?receptor_group_id=eq.{local_id}"
url: "https://query-api.iedb.org/tcr_search?receptor_group_id=eq.{local_id}"
url: "https://query-api.iedb.org/bcr_search?receptor_group_id=eq.{local_id}"
response: application/json
IEDB_EPITOPE:
request:
Expand Down
3 changes: 2 additions & 1 deletion specs/airr-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ CURIEMap:
type: identifier
default:
map: IEDB_EPITOPE
provider: IEDB_EPITOPE
map:
IEDB_EPITOPE:
iri_prefix: "https://www.iedb.org/epitope/"
Expand Down Expand Up @@ -184,7 +185,7 @@ InformationProvider:
IEDB_RECEPTOR:
request:
url: "https://query-api.iedb.org/tcr_search?receptor_group_id=eq.{local_id}"
url: "https://query-api.iedb.org/tcr_search?receptor_group_id=eq.{local_id}"
url: "https://query-api.iedb.org/bcr_search?receptor_group_id=eq.{local_id}"
response: application/json
IEDB_EPITOPE:
request:
Expand Down

0 comments on commit 30bed48

Please sign in to comment.