We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ce4c24 commit 59ac4dfCopy full SHA for 59ac4df
bapctools/resources/support/schemas/generators.cue
@@ -81,7 +81,7 @@ import "strings"
81
out?: string
82
83
let literal_or_link = string | {
84
- link: ".in" | ".in.statement" | ".in.download" | ".ans" | ".ans.statement" | ".ans.download" | ".out"
+ link: "in" | "in.statement" | "in.download" | "ans" | "ans.statement" | "ans.download" | "out"
85
}
86
"in.statement"?: literal_or_link
87
"in.download"?: literal_or_link
0 commit comments