Skip to content

Commit bf206ad

Browse files
author
Danielle WELTER
committed
All json schemas at draft 7, with const instead of single-value enum
1 parent d5d6e45 commit bf206ad

37 files changed

+37
-37
lines changed

access_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$id": "https://w3id.org/dats/schema/access_schema.json",
3-
"$schema": "http://json-schema.org/draft/2019-09/schema",
3+
"$schema": "http://json-schema.org/draft-07/schema",
44
"title": "DATS access schema",
55
"description": "Information about resources that provide the means to obtain an asset (a dataset or other research object).",
66
"type": "object",

activity_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$id": "https://w3id.org/dats/schema/activity_schema.json",
3-
"$schema": "http://json-schema.org/draft/2019-09/schema",
3+
"$schema": "http://json-schema.org/draft-07/schema",
44
"title": "DATS activity (or process) schema.",
55
"description": "A type of process scheduled in a study.",
66
"type": "object",

alternate_identifier_info_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$id": "https://w3id.org/dats/schema/alternate_identifier_info_schema.json",
3-
"$schema": "http://json-schema.org/draft/2019-09/schema",
3+
"$schema": "http://json-schema.org/draft-07/schema",
44
"title": "DATS alternate identifier information schema",
55
"description": "Information about an alternate identifier (other than the primary).",
66
"type": "object",

anatomical_part_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$id": "https://w3id.org/dats/schema/anatomical_part_schema.json",
3-
"$schema": "http://json-schema.org/draft/2019-09/schema",
3+
"$schema": "http://json-schema.org/draft-07/schema",
44
"title": "DATS anatomical part schema",
55
"description": "A structure that is part of a multicellular organism.",
66
"type": "object",

annotation_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$id": "https://w3id.org/dats/schema/annotation_schema.json",
3-
"$schema": "http://json-schema.org/draft/2019-09/schema",
3+
"$schema": "http://json-schema.org/draft-07/schema",
44
"title": "DATS annotation schema",
55
"description": "A pair of value (string or numeric) with a corresponding ontology term (IRI), if applicable.",
66
"type": "object",

biological_entity_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$id": "https://w3id.org/dats/schema/biological_entity_schema.json",
3-
"$schema": "http://json-schema.org/draft/2019-09/schema",
3+
"$schema": "http://json-schema.org/draft-07/schema",
44
"title": "DATS biological entity schema",
55
"description": "A biological entity is a recognized entity covering biological process, molecular functions or cellular components (from: http://geneontology.org/).",
66
"type": "object",

category_values_pair_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$id": "https://w3id.org/dats/schema/category_values_pair_schema.json",
3-
"$schema": "http://json-schema.org/draft/2019-09/schema",
3+
"$schema": "http://json-schema.org/draft-07/schema",
44
"title": "DATS extension mechanism",
55
"description": "Extension mechanism for DATS, which allows to add extra properties to the entities. It should be used only for cases where there are no specific properties to deal with the desired property.",
66
"type": "object",

consent_info_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$id": "https://w3id.org/dats/schema/consent_info_schema.json",
3-
"$schema": "http://json-schema.org/draft/2019-09/schema",
3+
"$schema": "http://json-schema.org/draft-07/schema",
44
"title": "DATS consent information schema",
55
"description": "Information about a consent code. Consent information schema can refer to one or more License object(s) and can be used to annotate DATS.Material, for fine grained control, or DATS.StudyGroup for coarser annotation",
66
"type": "object",

data_acquisition_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$id": "https://w3id.org/dats/schema/data_acquisition_schema.json",
3-
"$schema": "http://json-schema.org/draft/2019-09/schema",
3+
"$schema": "http://json-schema.org/draft-07/schema",
44
"title": "DATS data acquisition schema.",
55
"description": "Process (or activity) of generating data through measurement made with specific techniques.",
66
"type": "object",

data_analysis_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$id": "https://w3id.org/dats/schema/data_analysis_schema.json",
3-
"$schema": "http://json-schema.org/draft/2019-09/schema",
3+
"$schema": "http://json-schema.org/draft-07/schema",
44
"title": "DATS data analysis schema",
55
"description": "Process (or activity) of transforming data and producing data.",
66
"type": "object",

0 commit comments

Comments
 (0)