- Allow
fd
to take in arbitrary parameters that could be used forField
(I have a cool project with this in mind!) - Use
argparse
for the CLI app #50 (TODO: removefire
dependency) - Pass
str
urls for buildingapi_url
#52 - Added an assert if using
title
in an input/output schema, since it's a reserved keyword that we're already stripping. Note that this currently only affects the top-level schema.