Skip to content

Commit

Permalink
Merge pull request #306 from Health-RI/add-has_version-to-default-schema
Browse files Browse the repository at this point in the history
feat: add has_version to default schema
  • Loading branch information
amercader authored Oct 3, 2024
2 parents 4915325 + b8361d6 commit 8f0f883
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ckanext/dcat/schemas/dcat_ap_full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,13 @@ 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 8f0f883

Please sign in to comment.