Skip to content

Commit

Permalink
update the docs again
Browse files Browse the repository at this point in the history
  • Loading branch information
calmacx committed Jan 31, 2024
1 parent ba95f1a commit 9ddd0f5
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 0 deletions.
35 changes: 35 additions & 0 deletions docs/HDRUK/2.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,41 @@ Examples:
* 10.3399/bjgp17X692645


### datasetType

Placeholder for dataset type

| title | required | type |
|:-----------|:-----------|:------------|
| Datasetype | True | DatasetType |

Examples:
* ['']


### datasetSubType

Placeholder for dataset sub-type

| title | required | type |
|:-----------|:-----------|:------------|
| Datasetype | True | DatasetType |

Examples:
* ['']


### populationSize

Summary population size of the cohort

| title | required | type |
|:----------------|:-----------|:-------|
| Population size | True | int |




## documentation

Documentation can include a rich text description of the dataset or links to media such as documents, images, presentations, videos or links to data dictionaries, profiles or dashboards. Organisations are required to confirm that they have permission to distribute any additional media.
Expand Down
34 changes: 34 additions & 0 deletions docs/HDRUK/2.2.0.structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,40 @@
],
"type": "Doi",
"subItems": []
},
{
"name": "datasetType",
"required": true,
"title": "Datasetype",
"description": "Placeholder for dataset type",
"examples": [
[
""
]
],
"type": "DatasetType",
"subItems": []
},
{
"name": "datasetSubType",
"required": true,
"title": "Datasetype",
"description": "Placeholder for dataset sub-type",
"examples": [
[
""
]
],
"type": "DatasetType",
"subItems": []
},
{
"name": "populationSize",
"required": true,
"title": "Population size",
"description": "Summary population size of the cohort",
"examples": null,
"type": "int"
}
]
},
Expand Down

0 comments on commit 9ddd0f5

Please sign in to comment.