Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Final schema #5

Merged
merged 11 commits into from
Sep 12, 2024
21 changes: 15 additions & 6 deletions ckanext/alisea/alisea_dataset_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dataset_fields:

- field_name: agroecology_category
label: Agroecology Category
preset: multiple_checkbox
preset: select
choices:
- value: Integrated systems
label: Integrated systems
Expand Down Expand Up @@ -83,7 +83,7 @@ dataset_fields:

- field_name: agroecology_keyword
label: Agroecology Keyword
preset: tag_string_autocomplete
form_snippet: agroecology_keyword.html

- field_name: owner_org
label: Organization
Expand Down Expand Up @@ -171,6 +171,8 @@ dataset_fields:
label: Myanmar
- value: Vietnamese
label: Vietnamese
- value: French
label: French

- field_name : spatial
label: Spatial
Expand Down Expand Up @@ -227,11 +229,13 @@ dataset_fields:
en: Others
fr: Others

- field_name: administrative_level_1
label: Administrative level 1
- field_name: adl1
label: Administrative Level 1
form_snippet: adl1.html

- field_name: administrative_level_2
label: Administrative level 2
- field_name: adl2
label: Administrative Level 2
form_snippet: adl2.html

- field_name: url
label: Web Link
Expand All @@ -244,6 +248,11 @@ dataset_fields:
form_snippet: license.html
help_text: License definitions and additional information can be found at http://opendefinition.org/

- field_name: tag_string
label: Tags
preset: tag_string_autocomplete
form_placeholder: eg. climate, agroecology, government

resource_fields:

- field_name: url
Expand Down
Loading
Loading