Interface HonuaOgcQueryablesResponse

Response from OGC API queryables (/ogc/features/collections/{id}/queryables).

interface HonuaOgcQueryablesResponse {
    cache?: HonuaCacheState;
    description?: string;
    properties?: Record<string, HonuaOgcQueryableProperty>;
    title?: string;
    type?: string;
}

Properties

description?: string
properties?: Record<string, HonuaOgcQueryableProperty>
title?: string
type?: string