Skip to content

Commit

Permalink
check tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-omerma committed Nov 19, 2024
1 parent a2d7b0e commit 9f01f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/models/web-api-practice/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package models

type SchemaValidationInput struct {
ID string `json:"id,omitempty"`
OASSchema string `json:"OasSchema"`
OASSchema string `json:"OasSchema,omitempty"`
}

type AdvancedSettingInput struct {
Expand Down

0 comments on commit 9f01f6a

Please sign in to comment.