mirror of
https://github.com/block/goose.git
synced 2026-07-09 16:09:22 +00:00
regenerate schema (#10166)
This commit is contained in:
parent
613f66b9f2
commit
fc5353a39c
2 changed files with 2 additions and 2 deletions
|
|
@ -3929,7 +3929,7 @@
|
|||
},
|
||||
"primary": {
|
||||
"type": "boolean",
|
||||
"description": "When true, the field is shown prominently in the UI (not collapsed).\nDefaults to the value of `required` if not specified.",
|
||||
"description": "Defaults to the value of `required` if not specified.\nUIs may use this to feature this config value more prominently.",
|
||||
"nullable": true
|
||||
},
|
||||
"required": {
|
||||
|
|
|
|||
|
|
@ -363,8 +363,8 @@ export type EnvVarConfig = {
|
|||
description?: string | null;
|
||||
name: string;
|
||||
/**
|
||||
* When true, the field is shown prominently in the UI (not collapsed).
|
||||
* Defaults to the value of `required` if not specified.
|
||||
* UIs may use this to feature this config value more prominently.
|
||||
*/
|
||||
primary?: boolean | null;
|
||||
required?: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue