From 83afff2da59764ca740fcf8f8de13f54afa1a7ab Mon Sep 17 00:00:00 2001 From: Hans-Chrstian Date: Tue, 19 Nov 2024 17:18:57 +0100 Subject: [PATCH] fix: Move has version from distribution to dataset --- ckanext/dcat/schemas/dcat_ap_full.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ckanext/dcat/schemas/dcat_ap_full.yaml b/ckanext/dcat/schemas/dcat_ap_full.yaml index 82ee2dfd..47bc85fe 100644 --- a/ckanext/dcat/schemas/dcat_ap_full.yaml +++ b/ckanext/dcat/schemas/dcat_ap_full.yaml @@ -258,6 +258,13 @@ dataset_fields: validators: ignore_missing scheming_multiple_text help_text: The legislation that mandates the creation or management of the dataset. +- field_name: has_version + label: Has version + preset: multiple_text + validators: ignore_missing scheming_multiple_text + help_inline: true + help_text: This property refers to a related Dataset that is a version, edition, or adaptation of the described Dataset. + #- field_name: hvd_category # label: HVD Category # preset: multiple_text @@ -348,13 +355,6 @@ resource_fields: label: License help_text: License in which the resource is made available. If not provided will be inherited from the dataset. -- field_name: has_version - label: Has version - preset: multiple_text - validators: ignore_missing scheming_multiple_text - help_inline: true - help_text: This property refers to a related Dataset that is a version, edition, or adaptation of the described Dataset. - # Note: this falls back to the standard resource url field - field_name: access_url label: Access URL