Skip to content

Commit

Permalink
Merge pull request #13 from keitaroinc/schema-update
Browse files Browse the repository at this point in the history
Schema update
  • Loading branch information
blagojabozinovski authored Jan 3, 2024
2 parents 8571121 + 07edd61 commit 6c5bbbd
Showing 1 changed file with 21 additions and 8 deletions.
29 changes: 21 additions & 8 deletions ckanext/kepa/kepa_dataset_schema.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
scheming_version: 2
dataset_type: dataset
about: A reimplementation of the default CKAN dataset schema
about_url: http://github.com/ckan/ckanext-scheming
about: KEPA custom metadata scheme
about_url: https://github.com/keitaroinc/ckanext-kepa


dataset_fields:
Expand Down Expand Up @@ -55,12 +55,29 @@ dataset_fields:
form_placeholder: Joe Bloggs
display_property: dc:creator

- field_name: address
label: Contact Address

- field_name: city
label: City

- field_name: state
label: State

- field_name: postal_code
label: Postal Code

- field_name: country
label: Country

- field_name: voice
label: Voice
form_placeholder: +38344 XXX-XXX

- field_name: owner_org
label: Organization
preset: dataset_organization



- field_name: maintainer
label: Maintainer
form_placeholder: Joe Bloggs
Expand Down Expand Up @@ -96,7 +113,3 @@ resource_fields:
- field_name: format
label: Format
preset: resource_format_autocomplete




0 comments on commit 6c5bbbd

Please sign in to comment.