scraper
scraper copied to clipboard
correct json-schema handling of required properties
right now SchemaType generating a typescript type based on a json-schema doesn't support the "required" field. both required and optional json-schema properties result in optional typescript properties.
translate required json-schema props into required typescript props.