Convert to magefile for validation

Convert Makefile to Magefile
Add json validations
This commit is contained in:
Merith 2025-06-22 12:44:17 -07:00
parent 118e2f12c6
commit 1ea86db763
58 changed files with 530 additions and 54 deletions

14
go.mod Normal file
View file

@ -0,0 +1,14 @@
module local
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
)
require (
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
)