dotnet add OrchardCore.OpenApiMicrosoft.AspnetCore.OpenApi module for Orchard Core.
Features
OpenApi
Microsoft.AspnetCore.OpenApi module for Orchard Core. Its manifest-backed feature ID is OrchardCore.OpenApi, and it is categorized as Api. No additional feature dependencies are listed for it in this catalog entry. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
OpenApi Swagger UI
Enables the Swagger UI interactive API explorer at ~/swagger. Its manifest-backed feature ID is OrchardCore.OpenApi.SwaggerUI, and it is categorized as Api. It depends on OrchardCore.OpenApi, so Orchard Core enables that dependency when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
OpenApi ReDoc UI
Enables the ReDoc read-only API documentation at ~/redoc. Its manifest-backed feature ID is OrchardCore.OpenApi.ReDocUI, and it is categorized as Api. It depends on OrchardCore.OpenApi, so Orchard Core enables that dependency when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
OpenApi Scalar UI
Enables the Scalar modern API reference at ~/scalar/v1. Its manifest-backed feature ID is OrchardCore.OpenApi.ScalarUI, and it is categorized as Api. It depends on OrchardCore.OpenApi, so Orchard Core enables that dependency when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
- BSD-3-Clause