ckanext-scheming icon indicating copy to clipboard operation
ckanext-scheming copied to clipboard

Easy, shareable custom CKAN schemas

Results 149 ckanext-scheming issues
Sort by recently updated
recently updated
newest added

Based on the PR from CKAN Core change https://github.com/ckan/ckan/pull/7046

We recently added `CSRF` protection in `CKAN-2.10`, all `CKAN` extensions that implement the `IBlueprint` interface are exempt, however, `ckanext-scheming` does not use blueprints (I didn't consider it before)... In this...

Is there anyway to access the fields created by scheming extension inside my action function (i.e organization list) by doing something like this `model.Group.title_ar`

fieldnames object is mutated during iteration over resources and so only the resource in position 0 is correctly processed. Use a copy of dict during iteration. Prior to this, resources...

### Problem I would like to set a default for some fields. ### Research Read README, examples, issues, browsed code, no definite pointer. [Searching the ckanext-scheming repo for "default"](https://github.com/ckan/ckanext-scheming/search?q=default) brought...

Hi everyone, I am using CKAN 2.9.5 and testing the scheming extension. When I create via API a new dataset with the same metadata as in the yaml file of...

In certain scenarios, validation should be skipped. One of them is https://github.com/aptivate/ckanext-datasetversions. Would it be possible to add an option to skip the validation? Something like `'__skipvalidation': True` set in...

Hi! We have an issue with the plugin. We were posting documents through the API using NIFI. Everythings was going well. When we started to use the "ckanext-scheming" plugin, we...

![capture1](https://cloud.githubusercontent.com/assets/17446326/20313705/c2a4f44a-ab25-11e6-9622-5e0c7e2e6bb0.PNG) These are how the items are shown within a Facet called "Sector" ["consumerdiscretionary", "consumerstaples"] I created the custom fields using the scheming extension. and this particular field is multiple...

Creating a new organization type (for example called "publisher" like the example found here https://github.com/ckan/ckanext-scheming/blob/master/ckanext/scheming/custom_org_with_address.json) is very straighforward. However, the links for /organization still work, if you just type them...