From 9f01f6a68293880fcaad28f392c7b3d8ed4f456f Mon Sep 17 00:00:00 2001 From: omerma Date: Tue, 19 Nov 2024 11:45:58 +0200 Subject: [PATCH] check tests --- internal/models/web-api-practice/input.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/models/web-api-practice/input.go b/internal/models/web-api-practice/input.go index 1ce4d7a..8eb4039 100644 --- a/internal/models/web-api-practice/input.go +++ b/internal/models/web-api-practice/input.go @@ -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 {