@squidcloud/client
    Preparing search index...

    Interface DiscoverOpenApiSchemaResponse<SchemaType>

    Response from discovering an OpenAPI schema.

    interface DiscoverOpenApiSchemaResponse<SchemaType = Record<string, any>> {
        schema: SchemaType;
    }

    Type Parameters

    • SchemaType = Record<string, any>
    Index

    Properties

    Properties

    schema: SchemaType

    The discovered API schema containing endpoints and their definitions.