feat: add/update schemas, config, README, and test

This commit is contained in:
rzmk 2026-05-05 16:08:44 -04:00
parent f7caaaae8e
commit d01e05ab48
7 changed files with 129 additions and 29 deletions

9
config/example.toml Normal file
View file

@ -0,0 +1,9 @@
# Example configuration file. Customize for a specific CKAN instance when making a new Docker image.
# This is the path after https://geoconnex.us/ and before /{id}.
# Same as namespace location at https://github.com/internetofwater/geoconnex.us.
namespace_path = "nmwdh/ckan-dataset"
# The base URL for the CKAN instance to run API requests to.
ckan_url = "http://localhost:5000"
# The name of the key in /package_show for a given CKAN dataset where the Geoconnex `about` field is populated.
about_field_name = "geoconnex_about"