Skip to content

Commit cc1c860

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

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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 the related `job_template` is global."
32833285
},
32843286
"job_template": {
32853287
"type": "object",

schemas/job_template_locale.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ job_template_locale:
55
properties:
66
id:
77
type: string
8+
nullable: true
9+
description: The ID of the job template locale. Will return `null` if the related `job_template` is global.
810
job_template:
911
"$ref": "./job_template_preview.yaml#/job_template_preview"
1012
locale:

0 commit comments

Comments
 (0)