11$id : https://controlman.repodynamics.com/schema/env-var
22$schema : https://json-schema.org/draft/2020-12/schema
3- title : Environment Variables
4- summary : Definition of environment variables .
3+ title : Environment Variable
4+ summary : Definition of an environment variable .
55type : object
6- additionalProperties :
7- title : Environment Variable
8- summary : A single environment variable.
9- type : object
10- properties :
11- key :
12- summary : Environment variable key.
13- default : ${{ .__key__ }}$
14- $ref : https://jsonschemata.repodynamics.com/string/oneline
15- value :
16- summary : Environment variable value.
17- $ref : https://jsonschemata.repodynamics.com/string/oneline
18- description :
19- summary : Description of the environment variable.
20- $ref : https://jsonschemata.repodynamics.com/string/nonempty
6+ additionalProperties : false
7+ required : [ key, value ]
8+ properties :
9+ key :
10+ summary : Environment variable key.
11+ default : ${{ .__key__ }}$
12+ $ref : https://jsonschemata.repodynamics.com/string/oneline
13+ value :
14+ summary : Environment variable value.
15+ type : string
16+ name :
17+ summary : Display name of the environment variable.
18+ $ref : https://jsonschemata.repodynamics.com/string/nonempty
19+ summary :
20+ summary : Summary of the environment variable.
21+ $ref : https://jsonschemata.repodynamics.com/string/nonempty
22+ description :
23+ summary : Description of the environment variable.
24+ $ref : https://jsonschemata.repodynamics.com/string/nonempty
25+ notes :
26+ summary : Notes about the environment variable.
27+ $ref : https://jsonschemata.repodynamics.com/string/nonempty
0 commit comments