Skip to content

Commit

Permalink
docs: put list of EventTiming for easier playground
Browse files Browse the repository at this point in the history
  • Loading branch information
jy95 committed Apr 12, 2024
1 parent f2a20f6 commit 9cfb146
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion documentation/static/schemas/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,36 @@
"when": {
"type": "array",
"items": {
"type": "string"
"type": "string",
"enum": [
"MORN",
"MORN.early",
"MORN.late",
"NOON",
"AFT",
"AFT.early",
"AFT.late",
"EVE",
"EVE.early",
"EVE.late",
"NIGHT",
"PHS",
"IMD",
"HS",
"WAKE",
"C",
"CM",
"CD",
"CV",
"AC",
"ACM",
"ACD",
"ACV",
"PC",
"PCM",
"PCD",
"PCV"
]
},
"description": "When more than one event is listed, the event is tied to the union of the specified events."
}
Expand Down

0 comments on commit 9cfb146

Please sign in to comment.