OpenApiDocDescriptor.GenerateDoc method

Generates the OpenAPI document by processing components and building paths and webhooks.

public void GenerateDoc()

Remarks

BuildCallbacks is already handled elsewhere.

This method sets HasBeenGenerated to true after generation.

See Also