class GdsApi::FinderApi

def get_schema(finder_slug, options = {})

def get_schema(finder_slug, options = {})
  @schema_factory.call(
    get_json(finder_url(finder_slug, 'schema', options)).to_hash
  )
end