Interface HonuaOgcQueryableProperty

A single queryable property definition.

interface HonuaOgcQueryableProperty {
    description?: string;
    enum?: unknown[];
    title?: string;
    type?: string;
}

Properties

description?: string
enum?: unknown[]
title?: string
type?: string