Skip to content

Commit a6bbfa5

Browse files
committed
chore(docs): Adjust job_template_locale properties
1 parent 643aba1 commit a6bbfa5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

doc/compiled.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3279,7 +3279,9 @@
32793279
"title": "job_template_locale",
32803280
"properties": {
32813281
"id": {
3282-
"type": "string"
3282+
"type": "string",
3283+
"nullable": true,
3284+
"description": "The ID of the job template locale. Will return `null` if this job template is global.\n"
32833285
},
32843286
"job_template": {
32853287
"type": "object",

schemas/job_template_locale.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ job_template_locale:
55
properties:
66
id:
77
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.
812
job_template:
913
"$ref": "./job_template_preview.yaml#/job_template_preview"
1014
locale:

0 commit comments

Comments
 (0)