github.com/joomcode/cue@v0.4.4-0.20221111115225-539fe3512047/encoding/openapi/testdata/simple.cue (about)

     1  #MyStruct: {
     2  	mediumNum: int32
     3  	smallNum:  int8
     4  
     5  	float:  float32
     6  	double: float64
     7  
     8  	deprecatedField: string @protobuf(5,deprecated)
     9  }