Compare commits

...

1 Commits

Author SHA1 Message Date
ParthSareen
ef8ed0586f Fix SO JsonSchema Ref 2024-12-07 20:44:53 -08:00

View File

@ -709,6 +709,7 @@ type JsonSchema struct {
Required []string `json:"required,omitempty"`
Title string `json:"title,omitempty"`
Type string `json:"type,omitempty"`
Ref string `json:"$ref,omitempty"`
}
func (js JsonSchema) AsGrammar() string {