@geogirafe/lib-geoportal
    Preparing search index...

    Type Alias OgcApiQueryablesResponse

    type OgcApiQueryablesResponse = {
        $id?: string;
        $schema?: string;
        description?: string;
        properties: Record<
            string,
            {
                description?: string;
                enum?: (string | number)[];
                format?: string;
                maximum?: number;
                minimum?: number;
                title?: string;
                type?: string;
                "x-ogc-role"?: string;
            },
        >;
        title?: string;
        type?: string;
    }
    Index

    Properties

    $id?: string
    $schema?: string
    description?: string
    properties: Record<
        string,
        {
            description?: string;
            enum?: (string | number)[];
            format?: string;
            maximum?: number;
            minimum?: number;
            title?: string;
            type?: string;
            "x-ogc-role"?: string;
        },
    >
    title?: string
    type?: string