feat(settings): add get_schema_name() to SiloSettings, remove hardcoded defaults #15

Merged
forbes merged 1 commits from feat/configurable-schema-name into main 2026-02-16 19:20:20 +00:00

1 Commits

Author SHA1 Message Date
8c4fb4c433 feat(settings): add get_schema_name() to SiloSettings, remove hardcoded defaults
Add get_schema_name() to SiloSettings base class with default 'kindred-rd'.
Update get_schema(), get_schema_form(), and get_property_schema() to fall
back to settings instead of hardcoding the schema name. Add category
query parameter support to get_property_schema().

Closes #28
2026-02-16 13:15:41 -06:00