Skip to content

Commit

Permalink
Fix malformed YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
otterdahl committed Jul 6, 2023
1 parent 1061f05 commit c034942
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions schemas/tlc/1.1/sxl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1888,8 +1888,9 @@ objects:
type: string
description: Detector forced on/off while detector error
values:
'on': # on/off must be quoted, otherwise they are converted to true/false
'off':
# on/off must be quoted, otherwise they are converted to true/false
'on': ''
'off': ''
manual:
type: boolean
description: Manually controlled detector logic (True/False)
Expand Down

0 comments on commit c034942

Please sign in to comment.