...

Text file src/cuelang.org/go/encoding/openapi/testdata/nested.cue

Documentation: cuelang.org/go/encoding/openapi/testdata

     1// File comment.
     2
     3#Struct: {
     4	#T: int
     5
     6	a?: #T
     7
     8	{b?: #T}
     9
    10	c?: [...#T]
    11}

View as plain text