ckanext-scheming
ckanext-scheming copied to clipboard
Easy, shareable custom CKAN schemas
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`
Use a copy of fieldnames parameter in expand_form_composite function call during resource iteration.
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...
 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...