Skip to content

Commit f980e3e

Browse files
authored
Merge pull request #100 from ga4gh/schema_link
Add links to real schema in specification examples
2 parents ea9164a + 14c52a5 commit f980e3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/seqcols/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ For example, here's a JSON schema that uses a `ref` to reference the approved se
363363
```yaml
364364
description: "A collection of biological sequences."
365365
type: object
366-
"$id": "https://example.com/sequence_collection", # URI to main seqcol definition
366+
"$id": "https://ga4gh.github.io/refget/schemas/seqcol_extended_v1.0.0.json", # URI to seqcol schema with ancillary attributes
367367
properties:
368368
lengths:
369369
"$ref": "/lengths"
@@ -407,7 +407,7 @@ ga4gh:
407407
"schema": {
408408
"description": "A collection of biological sequences.",
409409
"type": "object",
410-
"$id": "https://example.com/sequence_collection",
410+
"$id": "https://ga4gh.github.io/refget/schemas/seqcol_extended_v1.0.0.json",
411411
"properties": {
412412
"lengths": {
413413
"$ref": "/lengths"

0 commit comments

Comments
 (0)