mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
regenerate schema (#10166)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user