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 cc1c860Copy full SHA for cc1c860
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 the related `job_template` is global."
3285
},
3286
"job_template": {
3287
"type": "object",
schemas/job_template_locale.yaml
@@ -5,6 +5,8 @@ job_template_locale:
5
properties:
6
id:
7
type: string
8
+ nullable: true
9
+ description: The ID of the job template locale. Will return `null` if the related `job_template` is global.
10
job_template:
11
"$ref": "./job_template_preview.yaml#/job_template_preview"
12
locale:
0 commit comments