Internally all extra fields are stored as strings. If you are attempting to save and restore other types of data you will need to use output validators.
For example if you use a simple "yes/no" question, you will need to let ckanext-scheming know that this data needs to be stored and retrieved as a boolean. This is acheieved using validators and output_validators keys.
Schemas
Components of
ckan-docker
deploymentckan-docker
: Check API actions likepackage_show
.ckan-ogc
: Check ingested JSON Lists.ckan-pycsw
: Check harvested JSON Lists.