Skip to content

Commit

Permalink
chore(docs): Adjust job_template_locale properties
Browse files Browse the repository at this point in the history
  • Loading branch information
BlumMichael committed Jan 29, 2025
1 parent 643aba1 commit a6bbfa5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -3279,7 +3279,9 @@
"title": "job_template_locale",
"properties": {
"id": {
"type": "string"
"type": "string",
"nullable": true,
"description": "The ID of the job template locale. Will return `null` if this job template is global.\n"
},
"job_template": {
"type": "object",
Expand Down
4 changes: 4 additions & 0 deletions schemas/job_template_locale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ job_template_locale:
properties:
id:
type: string
nullable: true
description: >
The ID of the job template locale. Will return `null`
if this job template is global.
job_template:
"$ref": "./job_template_preview.yaml#/job_template_preview"
locale:
Expand Down

0 comments on commit a6bbfa5

Please sign in to comment.