From 1335bf9ccb8b1eb7cda374ad7efd3177d596e9c3 Mon Sep 17 00:00:00 2001 From: Grant Mulitz Date: Fri, 30 Jan 2026 16:06:28 -0500 Subject: [PATCH] Revise 'models' field description in metajson.md Updated the description of the 'models' field to clarify its usage and removal of the deprecated note. --- static/include/metajson.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/include/metajson.md b/static/include/metajson.md index 7c90a3da68..6edf8c3509 100644 --- a/static/include/metajson.md +++ b/static/include/metajson.md @@ -43,7 +43,7 @@ Do not change the module_id.

array Optional -

Deprecated. An array of objects describing the {{< glossary_tooltip term_id="model" text="models" >}} provided by your module. Specified models are ignored. Models are inferred from the module itself.

+

An array of objects describing the {{< glossary_tooltip term_id="model" text="models" >}} provided by your module. Models are inferred from the module itself during Cloud Build, so this field can be omitted if using `viam module build start` to build your module. Running `viam module update-models` locally through the CLI will also auto-populate this section.