Skip to main content

Module schema

Module schema 

Source
Expand description

Schema - versioned JSON contract metadata for the catalog cache and the auth-cloudflare version --format json CLI contract (feedback 06).

The Hermes plugin (auth-hermes-cloudflare) validates protocol and catalog-schema compatibility against VersionInfo::current() before invoking catalog commands; a newer unsupported schema version must be rejected rather than silently guessed (feedback 02).

Structs§

VersionInfo
Version metadata returned by auth-cloudflare version --format json.

Constants§

CATALOG_SCHEMA_VERSION
Catalog cache/snapshot JSON schema version (integer, not SemVer).
PROTOCOL_VERSION
JSON CLI protocol version (version, catalog, doctor commands).