Skip to content

Commit

Permalink
restore generating to jsonschema
Browse files Browse the repository at this point in the history
  • Loading branch information
puellanivis committed Sep 13, 2024
1 parent 5d2a147 commit 1815104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/converter/converter.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
const (
defaultCommentDelimiter = " "
defaultExcludeCommentToken = "@exclude"
defaultFileExtension = "json"
defaultFileExtension = "jsonschema"
defaultPackageName = "package"
defaultRefPrefix = "#/definitions/"
messageDelimiter = "+"
Expand Down

0 comments on commit 1815104

Please sign in to comment.