Skip to content

Commit

Permalink
Extending "hitl" property description. Renaming the "strict" schema f…
Browse files Browse the repository at this point in the history
…ile to be different than the main one.
  • Loading branch information
shb46 committed Oct 3, 2024
1 parent 7a1229d commit 36431ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gcn/notices/fermi/gbm/FermiGBMAlert.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"hitl": {
"type": "boolean",
"description": "Human in the loop"
"description": "\"Human in the loop\". When false, the notice was generated entirely automatically. A value of true means that a human had an input, while the notice was being prepared. The latter includes notices, which weren't altered by the human input, i.e. simply confirmed or approved by a human for further processing."
},
"trigger_algorithm_number": {
"type": "number",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"hitl": {
"type": "boolean",
"default": false,
"description": "Human-in-the-loop. A human made an input during the processing of this notice, if true"
"description": "\"Human in the loop\". When false, the notice was generated entirely automatically. A value of true means that a human had an input, while the notice was being prepared. The latter includes notices, which weren't altered by the human input, i.e. simply confirmed or approved by a human for further processing."
},
"id": {
"type": "array",
Expand Down

0 comments on commit 36431ab

Please sign in to comment.