Skip to content

Commit

Permalink
more missing annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
calmacx committed Mar 21, 2024
1 parent 8ee3404 commit 0f55052
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hdr_schemata/models/GWDM/v1_2/annotations/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from hdr_schemata.models.annotations import get_annotations
from hdr_schemata.models.GWDM.v1_1.annotations import annotations
import os


annotations = get_annotations(os.path.dirname(os.path.abspath(__file__)), annotations)
12 changes: 12 additions & 0 deletions hdr_schemata/models/GWDM/v1_2/annotations/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
accessibility:
access:
accessServiceCategory:
description: "Where access to data come from: TRE/SED, direct access, open acccess, varies based on project."
examples:
- "TRE/SDE"
title: "Access/governance requirements"

linkage:
syntheticDataWebLink:
description: Links to locations of information and or raw downloads of synthetic data associated with this dataset
title: "Synthetic Data Web Links"

0 comments on commit 0f55052

Please sign in to comment.