Skip to content

Commit

Permalink
put back in descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
calmacx committed Mar 22, 2024
1 parent 6fa960d commit c5acfb6
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/GWDM/1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ A Data Processor, in relation to any Data Subject data, specifically personal da

### formatAndStandards

None
Section includes technical attributes for language vocabularies, sizes etc. and gives researchers facts about and processing the underlying data in the dataset.



Expand Down
2 changes: 1 addition & 1 deletion docs/GWDM/1.0.structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@
"name": "formatAndStandards",
"required": false,
"title": "Format and Standards",
"description": null,
"description": "Section includes technical attributes for language vocabularies, sizes etc. and gives researchers facts about and processing the underlying data in the dataset.",
"examples": null,
"type": [
"FormatAndStandards",
Expand Down
2 changes: 1 addition & 1 deletion docs/GWDM/1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ A Data Processor, in relation to any Data Subject data, specifically personal da

### formatAndStandards

None
Section includes technical attributes for language vocabularies, sizes etc. and gives researchers facts about and processing the underlying data in the dataset.



Expand Down
2 changes: 1 addition & 1 deletion docs/GWDM/1.1.structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@
"name": "formatAndStandards",
"required": false,
"title": "Format and Standards",
"description": null,
"description": "Section includes technical attributes for language vocabularies, sizes etc. and gives researchers facts about and processing the underlying data in the dataset.",
"examples": null,
"type": [
"FormatAndStandards",
Expand Down
2 changes: 1 addition & 1 deletion docs/GWDM/1.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ Examples:

### formatAndStandards

None
Section includes technical attributes for language vocabularies, sizes etc. and gives researchers facts about and processing the underlying data in the dataset.



Expand Down
2 changes: 1 addition & 1 deletion docs/GWDM/1.2.structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@
"name": "formatAndStandards",
"required": false,
"title": "Format and Standards",
"description": null,
"description": "Section includes technical attributes for language vocabularies, sizes etc. and gives researchers facts about and processing the underlying data in the dataset.",
"examples": null,
"type": [
"FormatAndStandards",
Expand Down
1 change: 1 addition & 0 deletions hdr_schemata/models/GWDM/1.0/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
}
],
"default": null,
"description": "Section includes technical attributes for language vocabularies, sizes etc. and gives researchers facts about and processing the underlying data in the dataset.",
"title": "Format and Standards"
}
},
Expand Down
1 change: 1 addition & 0 deletions hdr_schemata/models/GWDM/1.1/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
}
],
"default": null,
"description": "Section includes technical attributes for language vocabularies, sizes etc. and gives researchers facts about and processing the underlying data in the dataset.",
"title": "Format and Standards"
}
},
Expand Down
1 change: 1 addition & 0 deletions hdr_schemata/models/GWDM/1.2/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
}
],
"default": null,
"description": "Section includes technical attributes for language vocabularies, sizes etc. and gives researchers facts about and processing the underlying data in the dataset.",
"title": "Format and Standards"
}
},
Expand Down
4 changes: 3 additions & 1 deletion hdr_schemata/models/GWDM/v1_0/Accessibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ class Config:
..., title=an.access.title, description=an.access.description
)
formatAndStandards: Optional[FormatAndStandards] = Field(
None, title=an.formatAndStandards.title
None,
title=an.formatAndStandards.title,
description=an.formatAndStandards.description,
)
4 changes: 3 additions & 1 deletion hdr_schemata/models/HDRUK/2.1.2/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1610,7 +1610,9 @@
],
"default": null,
"description": "DOI associated to this dataset",
"examples": "10.1093/ije/dyx196",
"examples": [
"10.1093/ije/dyx196"
],
"title": "DOI Name"
}
},
Expand Down
4 changes: 3 additions & 1 deletion hdr_schemata/models/HDRUK/2.1.3/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1610,7 +1610,9 @@
],
"default": null,
"description": "DOI associated to this dataset",
"examples": "10.1093/ije/dyx196",
"examples": [
"10.1093/ije/dyx196"
],
"title": "DOI Name"
}
},
Expand Down
4 changes: 3 additions & 1 deletion hdr_schemata/models/HDRUK/2.2.0/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1820,7 +1820,9 @@
],
"default": null,
"description": "DOI associated to this dataset",
"examples": "10.1093/ije/dyx196",
"examples": [
"10.1093/ije/dyx196"
],
"title": "DOI Name"
},
"datasetType": {
Expand Down
4 changes: 3 additions & 1 deletion hdr_schemata/models/HDRUK/2.2.1/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1866,7 +1866,9 @@
],
"default": null,
"description": "DOI associated to this dataset",
"examples": "10.1093/ije/dyx196",
"examples": [
"10.1093/ije/dyx196"
],
"title": "DOI Name"
},
"datasetType": {
Expand Down

0 comments on commit c5acfb6

Please sign in to comment.