ckanext-scheming
ckanext-scheming copied to clipboard
Disabling the default organization schema
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 in the browser. Is there some way to only allow "publisher" organization types using the extension? Ideally, /organization would return a not found error.