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: {
          accessor?: string;
          closure: (schema: ILlmSchemaV3, accessor: string) => void;
          schema: ILlmSchemaV3;
      }

      Properties for visiting

    Returns void