Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Leospard committed Sep 18, 2022
1 parent ac7070d commit b2e2641
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions metadata/definition/definition.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@ type TypeDefinition struct {
Items []TypeDefinition `json:"items"`
Enums []string `json:"enums"`
Properties map[string]TypeDefinition `json:"properties"`
TypeBuilderName string `json:"typeBuilderName
"`
TypeBuilderName string `json:"typeBuilderName"`
}

// BuildServiceDefinition can build service definition which will be used to describe a service
Expand Down

0 comments on commit b2e2641

Please sign in to comment.