Skip to content

Commit

Permalink
updated schemas/$id
Browse files Browse the repository at this point in the history
updated schemas/$id
  • Loading branch information
HadleyKing committed Dec 17, 2018
1 parent 8e21669 commit 2ec1cf1
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions schemas/biocomputeobject.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://biocomputeobject.org/1.3.0/schemas/biocomputeobject.json",
"$id": "http://www.w3id.org/biocompute/1.3.0/schemas/biocomputeobject.json",
"type": "object",
"title": "Base type for all BioCompute Objects",
"description": "All BioCompute object types must adhear to this type in order to be compliant with BioCompute specification",
Expand Down Expand Up @@ -42,7 +42,7 @@
"type": "string",
"format": "date-time"
},
"sha1_chksum": {
"sha1_checksum": {
"type": "string",
"description": "value of sha1 checksum of file",
"pattern": "[A-Za-z0-9]+"
Expand Down
2 changes: 1 addition & 1 deletion schemas/description_domain.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://biocomputeobject.org/1.3.0/schemas/description_domain.json",
"$id": "http://www.w3id.org/biocompute/1.3.0/schemas/description_domain.json",
"type": "object",
"title": "Description Domain",
"description": "Structured field for description of external references, the pipeline steps, and the relationship of I/O objects.",
Expand Down
2 changes: 1 addition & 1 deletion schemas/error_domain.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://biocomputeobject.org/1.3.0/schemas/error_domain.json",
"$id": "http://www.w3id.org/biocompute/1.3.0/schemas/error_domain.json",
"type": "object",
"title": "Error Domain",
"description": "",
Expand Down
2 changes: 1 addition & 1 deletion schemas/execution_domain.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://biocomputeobject.org/1.3.0/schemas/execution_domain.json",
"$id": "http://www.w3id.org/biocompute/1.3.0/schemas/execution_domain.json",
"type": "object",
"title": "Execution Domain",
"description": "The fields required for execution of the BCO are herein encapsulated together in order to clearly separate information needed for deployment, software configuration, and running applications in a dependent environment",
Expand Down
2 changes: 1 addition & 1 deletion schemas/extension_domain/fhir_extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://biocomputeobject.org/1.3.0/schemas/extension_domain/fhir_extension.json",
"$id": "http://www.w3id.org/biocompute/1.3.0/schemas/extension_domain/fhir_extension.json",
"type": "object",
"required": [
"fhir_endpoint",
Expand Down
2 changes: 1 addition & 1 deletion schemas/extension_domain/scm_extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://biocomputeobject.org/1.3.0/schemas/extension_domain/scm_extension.json",
"$id": "http://www.w3id.org/biocompute/1.3.0/schemas/extension_domain/scm_extension.json",
"type": "object",
"required": [
"scm_repository",
Expand Down
2 changes: 1 addition & 1 deletion schemas/io_domain.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://biocomputeobject.org/1.3.0/schemas/io_domain.json",
"$id": "http://www.w3id.org/biocompute/1.3.0/schemas/io_domain.json",
"type": "object",
"title": "Input and Output Domain",
"description": "The list of global input and output files created by the computational workflow, excluding the intermediate files. Custom to every specific BCO implementation, these fields are pointers to objects that can reside in the system performing the computation or any other accessible system.",
Expand Down
2 changes: 1 addition & 1 deletion schemas/parametric_domain.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://biocomputeobject.org/1.3.0/schemas/parametric_domain",
"$id": "http://www.w3id.org/biocompute/1.3.0/schemas/parametric_domain",
"type": "array",
"title": "Parametric Domain",
"description": "This represents the list of NON-default parameters customizing the computational flow which can affect the output of the calculations. These fields can be custom to each kind of analysis and are tied to a particular pipeline implementation",
Expand Down
2 changes: 1 addition & 1 deletion schemas/provenance_domain.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://biocomputeobject.org/1.3.0/schemas/provenance_domain.json",
"$id": "http://www.w3id.org/biocompute/1.3.0/schemas/provenance_domain.json",
"type": "object",
"title": "Provenance Domain",
"description": "Structured field for tracking data through transformations, including contributors, reviewers, and versioning.",
Expand Down
2 changes: 1 addition & 1 deletion schemas/usability_domain.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://biocomputeobject.org/1.3.0/schemas/usability_domain.json",
"$id": "http://www.w3id.org/biocompute/1.3.0/schemas/usability_domain.json",
"type": "array",
"title": "Usability Domain",
"description": "Author-defined usability domain of the BCO. This field is to aid in search-ability and provide a specific description of the function of the object. It is recommended that a novel use of the BCO could result in the creation of a new entry with a new usability domain",
Expand Down

0 comments on commit 2ec1cf1

Please sign in to comment.