created a plugin for schema validation and related unit test

This commit is contained in:
AshwiniK-protean
2025-02-14 11:05:54 +05:30
parent 91f0b16b5c
commit 50f93d8239
10 changed files with 600 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module beckn-onix
go 1.23.4
require (
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1
gopkg.in/yaml.v2 v2.4.0
)
require golang.org/x/text v0.14.0 // indirect