Skip to content

Commit

Permalink
Merge pull request #322 from Health-RI/has_version_move_from_distribu…
Browse files Browse the repository at this point in the history
…tion_to_dataset

fix: Move has version from distribution to dataset
  • Loading branch information
amercader authored Nov 20, 2024
2 parents 337469a + 83afff2 commit c3cceda
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ckanext/dcat/schemas/dcat_ap_full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c3cceda

Please sign in to comment.