Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
Updates to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
toavina committed Aug 23, 2024
1 parent 9d43751 commit eb87468
Showing 1 changed file with 47 additions and 1 deletion.
48 changes: 47 additions & 1 deletion ckanext/zarr/schemas/dataset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,4 +280,50 @@ resource_fields:

- field_name: format
label: Format
preset: resource_format_autocomplete
preset: resource_format_autocomplete

- start_form_page:
title: Additional Metadata
description: Extra fields for detailed metadata

field_name: data_standard
label: Data Standard
preset: tag_string_autocomplete
form_placeholder: eg. DCAT, Dublin Core, ISO 19115
help_text: The metadata standards or schemas used for this dataset. Add multiple standards separated by commas.
display_group: Additional Metadata

- field_name: provenance
label: Provenance
form_snippet: markdown.html
help_text: Detailed information about the origin and processing history of the dataset
display_group: Additional Metadata

- field_name: quality_indicator
label: Quality Indicator
preset: select
choices:
- value: "1"
label: 1 star
- value: "2"
label: 2 stars
- value: "3"
label: 3 stars
- value: "4"
label: 4 stars
- value: "5"
label: 5 stars
help_text: Indicator of the dataset's quality or reliability based on a 5-star rating system.
display_group: Additional Metadata

- field_name: quality_comment
label: Quality Details
form_snippet: markdown.html
help_text: Additional details about the quality assessment of this dataset.
display_group: Additional Metadata

- field_name: preservation_statement
label: Preservation Statement
form_snippet: markdown.html
help_text: Information about long-term preservation plans for this dataset
display_group: Additional Metadata

0 comments on commit eb87468

Please sign in to comment.