blob: 768b44245f69a286c1c3e3e83177302d7a14c42f [file] [log] [blame]
MyString :: {
exact: string
} | {
regex: string
}
MyInt :: int
Foo: {
include: MyString
exclude: [...MyString]
count: MyInt
}