Interface OgcProcessDiscoverySummary

A discovered OGC API Processes process. Processes is deliberately NOT a Source-backed protocol: a process is an invocable operation, not a queryable dataset, so it never becomes a connect() Source. discoverOgcProcesses surfaces the service's advertised process list and effective processes capability as a metadata result instead.

interface OgcProcessDiscoverySummary {
    description?: string;
    id: string;
    title?: string;
    version?: string;
}

Properties

description?: string
id: string
title?: string
version?: string