Skip to content

OpenAPISpec

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/packages/ui-core/src/components/api-explorer/APIExplorer.ts

Properties

PropertyType
openapistring
info`{
title: string;
version: string;
description?: string;

}| |paths|Record<string, any>| |servers|Array<{ url: string; description?: string }>| |components|{ securitySchemes?: Record<string, SecurityScheme>; /** Resolved DTO schemas — EndpointDetail reads these to expand $ref in its tables. */ schemas?: Record<string, any>; }| |security|Array<Record<string, string[]>>` |

Was this page helpful?

Download as PDF