DEBSOURCES
Skip Quicknav
sources / golang-github-cue-lang-cue / 0.12.0.-1 / encoding / openapi / testdata / omitvalue.cue
12345678
#D: { a: int #b: int a_value: int // Only definitions ending in _value are omitted. #b_value: int "a b_value": int }