Visit every nested schemas.

Visit every nested schemas of the target, and apply the props.closure function.

Here is the list of occurring nested visitings:

  • Parameters

    • props: {
          $defs?: Record<string, ILlmSchema>;
          accessor?: string;
          closure: (schema: ILlmSchema, accessor: string) => void;
          refAccessor?: string;
          schema: ILlmSchema;
      }

      Properties for visiting

    Returns void