We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643aba1 commit a6bbfa5Copy full SHA for a6bbfa5
doc/compiled.json
@@ -3279,7 +3279,9 @@
3279
"title": "job_template_locale",
3280
"properties": {
3281
"id": {
3282
- "type": "string"
+ "type": "string",
3283
+ "nullable": true,
3284
+ "description": "The ID of the job template locale. Will return `null` if this job template is global.\n"
3285
},
3286
"job_template": {
3287
"type": "object",
schemas/job_template_locale.yaml
@@ -5,6 +5,10 @@ job_template_locale:
5
properties:
6
id:
7
type: string
8
+ nullable: true
9
+ description: >
10
+ The ID of the job template locale. Will return `null`
11
+ if this job template is global.
12
job_template:
13
"$ref": "./job_template_preview.yaml#/job_template_preview"
14
locale:
0 commit comments