Skip to content

Commit

Permalink
fix: update resource type in schema to match latest dublin definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasNelson1990 committed Aug 30, 2024
1 parent 8ed195b commit 88d5ca2
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions ckanext/zarr/schemas/dcat_dublin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,28 +116,28 @@ dataset_fields:
label: Resource Type
preset: select
choices:
- value: "dataset"
label: Dataset
- value: "document"
label: Document
- value: "image"
label: Image
- value: "audio"
- value: "sound"
label: Audio
- value: "video"
label: Video
- value: "software"
label: Software
- value: "service"
label: Service
- value: "collection"
label: Collection
- value: "dataset"
label: Dataset
- value: "text"
label: Document
- value: "event"
label: Event
- value: "still_image"
label: Image
- value: "interactive_resource"
label: Interactive Resource
- value: "physical_object"
label: Physical Object
- value: "service"
label: Service
- value: "software"
label: Software
- value: "moving_image"
label: Video
- value: "other"
label: Other
help_text: The nature or genre of the resource.
Expand Down

0 comments on commit 88d5ca2

Please sign in to comment.