@geogirafe/lib-geoportal
    Preparing search index...
    type OapifSchemaResponse = {
        $id?: string;
        $schema?: string;
        description?: string;
        properties: Record<string, OapifPropertySchema>;
        title?: string;
        type?: string;
    }
    Index

    Properties

    $id?: string
    $schema?: string
    description?: string
    properties: Record<string, OapifPropertySchema>
    title?: string
    type?: string