Runtime reflection helpers for searchable schemas declared with use Scrypath.
Phase 1 keeps the public runtime surface small:
These functions keep reflection under Scrypath.* modules instead of generating
schema-specific runtime verbs.
Examples
iex> config = Scrypath.schema_config(SearchablePost)
iex> config.fields
[:title, :body]