diff --git a/api/types/index.ts b/api/types/index.ts index 549da761..0ea72a96 100644 --- a/api/types/index.ts +++ b/api/types/index.ts @@ -71,6 +71,11 @@ export type Dataset = { end?: string } frequency?: string + conformsTo?: { + title?: string + version?: string + url?: string + } customMetadata?: Record attachments?: { diff --git a/portal/app/components/dataset/dataset-metadata.vue b/portal/app/components/dataset/dataset-metadata.vue index 273c20a6..45a3db68 100644 --- a/portal/app/components/dataset/dataset-metadata.vue +++ b/portal/app/components/dataset/dataset-metadata.vue @@ -131,6 +131,34 @@ {{ t('frequencyLabels.' + dataset.frequency) }} + +
{{ metadataLabel('conformsTo') }}
+ +
+
{{ metadataLabel('modified') }}
@@ -254,7 +282,7 @@