AJSF API reference
    Preparing search index...

    Function isInputRequired

    • '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

      Parameters

      • schema: any
      • schemaPointer: any

      Returns any