Skip to content

Commit

Permalink
Merge pull request #65 from bento-platform/features/phenopacketsv2-in…
Browse files Browse the repository at this point in the history
…tegration

change phenopackets schema reference to v2
  • Loading branch information
gsfk authored Dec 8, 2023
2 parents 9a2ce7f + ec15ff2 commit 429e231
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bento_beacon/config_files/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ class Config:
"name": "Individual",
"ontologyTermForThisType": {"id": "NCIT:C25190", "label": "Person"},
"defaultSchema": {
"id": "phenopacket-v1",
"name": "phenopacket v1",
"id": "phenopacket-v2",
"name": "phenopacket v2",
"referenceToSchemaDefinition": f"{BEACON_BASE_URL}/individual_schema",
"schemaVersion": "v1.0.0"
"schemaVersion": "v2.0.0"
},
"partOfSpecification": "Phenopacket v1"
},
Expand Down

0 comments on commit 429e231

Please sign in to comment.