'isInputRequired' function
Checks a JSON Schema to see if an item is required
// schema - the schema to check // { string } schemaPointer - the pointer to the item to check // { boolean } - true if the item is required, false if not
'isInputRequired' function
Checks a JSON Schema to see if an item is required
// schema - the schema to check // { string } schemaPointer - the pointer to the item to check // { boolean } - true if the item is required, false if not