openapi-fastify
    Preparing search index...

    Interface ServerObject

    interface ServerObject {
        description?: string;
        url: string;
        variables?: { [variable: string]: ServerVariableObject };
    }
    Index

    Properties

    description?: string
    url: string
    variables?: { [variable: string]: ServerVariableObject }