// TestRoundTrip checks the conversion to go-openapi types. // internal -> go-openapi -> JSON -> external -> internal func TestRoundTrip(t *testing.T) { … } func stripIntOrStringType(x interface{ … } type failingObject … func TestValidateCustomResource(t *testing.T) { … } func TestItemsProperty(t *testing.T) { … } var listMapType …