Skip to content

Commit

Permalink
add data dictionary to release and update artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
rsc3 committed Oct 11, 2024
1 parent 8b2ed65 commit e5a231e
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 9 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AnVILSubmissionDataFindabilitySubsetSchema",
"description": "AnVIL Submission Data Findability, following the BioCore data model and distributed as LinkML/yaml, JSON-schema, TDR JSON, and excel templates.",
"name": "AnVILDataSubmissionFindabilitySubsetSchema",
"description": "AnVIL Data Submission Findability Subset Schema, following the BioCore data model and distributed as LinkML/yaml, JSON-schema, TDR JSON, and excel templates.",
"id": "https://github.com/DataBiosphere/biocore-data-model/tree/main/content",
"imports": [
"linkml:types"
Expand Down Expand Up @@ -1764,10 +1764,10 @@
}
],
"metamodel_version": "1.7.0",
"source_file": "AnVILSubmissionDataFindabilitySubsetSchema.linkml.yaml",
"source_file_date": "2024-09-07T08:02:13",
"source_file_size": 19349,
"generation_date": "2024-09-07T08:02:24",
"source_file": "AnVILDataSubmissionFindabilitySubsetSchema.linkml.yaml",
"source_file_date": "2024-10-11T17:31:45",
"source_file_size": 19126,
"generation_date": "2024-10-11T17:36:59",
"@type": "SchemaDefinition",
"@context": [
"https://w3id.org/linkml/types.context.jsonld",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: AnVILSubmissionDataFindabilitySubsetSchema
description: AnVIL Submission Data Findability, following the BioCore data model and distributed as LinkML/yaml, JSON-schema, TDR JSON, and excel templates.
name: AnVILDataSubmissionFindabilitySubsetSchema
description: AnVIL Data Submission Findability Subset Schema, following the BioCore data model and distributed as LinkML/yaml, JSON-schema, TDR JSON, and excel templates.
id: https://github.com/DataBiosphere/biocore-data-model/tree/main/content
prefixes:
linkml: https://w3id.org/linkml/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@
"$schema": "https://json-schema.org/draft/2019-09/schema",
"additionalProperties": true,
"metamodel_version": "1.7.0",
"title": "AnVILSubmissionDataFindabilitySubsetSchema",
"title": "AnVILDataSubmissionFindabilitySubsetSchema",
"type": "object",
"version": null
}
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit e5a231e

Please sign in to comment.