schema validation

This commit is contained in:
Merith 2025-06-22 14:39:53 -07:00
parent 0eb645d264
commit 8884c53f57
7 changed files with 445 additions and 27 deletions

1
go.mod
View file

@ -4,6 +4,7 @@ go 1.24.3
require (
github.com/magefile/mage v1.15.0
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
github.com/xeipuuv/gojsonschema v1.2.0
)