I am using CKAN 2.9.5 on Ubuntu and testing the extension with a very simple schema:
scheming_version: 2
dataset_type: dataset
about: A reimplementation of the default CKAN dataset schema
about_url: http://github.com/ckan/ckanext-scheming
dataset_fields:
- field_name: title
label: Title
form_placeholder: Name of the dataset.
preset: title
- field_name: name
label: URL
preset: dataset_slug
form_placeholder: eg. my-dataset
- field_name: owner_org
label: Organization
preset: dataset_organization
- field_name: test
label: Test
resource_fields:
- field_name: url
label: URL
preset: resource_url_upload
I would like to be able to post data following this schema via the API (I use HTTPie).
I get the following error message:
Hi!
I am using CKAN 2.9.5 on Ubuntu and testing the extension with a very simple schema:
I would like to be able to post data following this schema via the API (I use HTTPie). I get the following error message:
What is the problem here?