Fleet Schemas ↑↓ move within a pane · ←→ move between panes · Enter opens · Esc backs out
ParamSupportArchiveRegistry 14 fields

models/ParamSupportArchiveRegistry

version integer > 0
Registry grammar version.
required
refreshedAt string matching /^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d+)?Z$/
UTC timestamp of the refresh that last rewrote this file.
models map of map of map of object
Verdicts for archived model ids, nested model id -> endpoint name -> parameter name; all three vocabularies are open by design.
required
verdict one of: supported | unsupported | inconclusive | pending-eval | blocked
Whether the provider accepts and honors this parameter.
required
source one of: doc | eval | observed | prose | schema
Evidence class behind the verdict; absent only while pending eval.
lastChecked string matching /^\d{4}-\d{2}-\d{2}$/
Date the verdict was last confirmed.
required
evidencePath non-empty string
Path or URL of the artifact backing the verdict.
type one of: enum | dimension | integer | string | boolean
Value shape the parameter accepts.
max integer
Maximum accepted integer value when the provider documents one.
toolsCollapseToOne boolean
Whether declared tools make this parameter return only one choice regardless of its requested count.
values non-empty list of non-empty string
Accepted values; required on enum parameters.
valuesComplete boolean
Whether `values` is the exhaustive accepted set rather than a sample.
unsupportedMode one of: rejected | ignored
How an unsupported parameter fails: rejected = provider errors; ignored = accepted with no effect.
note non-empty string
no description declared

Checks

  • pendingEvalRowsCarryNoSource - pending rows defer their source until evidence exists
  • settledVerdictsNameTheirSource - settled rows name their source
  • enumParametersListTheirValues - enum rows list their accepted values
  • completenessClaimsListTheirValues - exhaustive-value claims include values
  • unsupportedModeRequiresUnsupportedVerdict - unsupported mode belongs only to unsupported verdicts
  • dictionaryKeysAreNamed - model, endpoint, and parameter keys are non-empty
  • refreshedAtIsARealInstant - timestamp shape also names a real instant

Defects

No defects in the 1 record checked.

Where it lives

Bound bymodels-catalog
Declared bylib-models
Declared in~/mnt/mdr/skills/lib-models/assets/schemas/param-support.ts
Bound in~/mnt/mdr/skills/models-catalog/assets/schemas/param-support.ts
BindingparamSupportArchiveDataStore
Directory~/mnt/mdr/skills/models-catalog/assets
Filesparam-support.archive.yml
Referenced asparam-support-archive-registry