Skip to content

Commit

Permalink
Merge pull request #216 from HumanCellAtlas/develop
Browse files Browse the repository at this point in the history
v5.0.0 re-release
  • Loading branch information
malloryfreeberg authored Feb 22, 2018
2 parents 290696a + 75f01d1 commit 3af0fed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion json_schema/bundle/biomaterial.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"description": "An array of biomaterials.",
"type": "array",
"items": {
"$ref": "https://schema.humancellatlas.org/bundle/5.0.0/biomaterial_bundle#/definitions/biomaterial_ingest"
"$ref": "https://schema.humancellatlas.org/bundle/5.0.0/biomaterial#/definitions/biomaterial_ingest"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion json_schema/bundle/file.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"description": "An array of files.",
"type": "array",
"items": {
"$ref": "https://schema.humancellatlas.org/bundle/1.0.0/biomaterial_bundle#/definitions/file_ingest"
"$ref": "https://schema.humancellatlas.org/bundle/1.0.0/file#/definitions/file_ingest"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion json_schema/bundle/process.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"description": "An array of processes.",
"type": "array",
"items": {
"$ref": "https://schema.humancellatlas.org/bundle/5.0.0/process_bundle#/definitions/process_ingest"
"$ref": "https://schema.humancellatlas.org/bundle/5.0.0/process#/definitions/process_ingest"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion json_schema/bundle/protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"protocols": {
"description": "An array of protocols.",
"items": {
"$ref": "https://schema.humancellatlas.org/bundle/5.0.0/protocol_bundle#/definitions/protocol_ingest"
"$ref": "https://schema.humancellatlas.org/bundle/5.0.0/protocol#/definitions/protocol_ingest"
},
"type": "array"
}
Expand Down

0 comments on commit 3af0fed

Please sign in to comment.