add enum tag to jsonschema (#962)

* fix jsonschema tests

* ensure all run during PR Github Action

* add test for struct to schema

* add support for enum tag

* support nullable tag
This commit is contained in:
JT A.
2025-04-13 12:00:48 -06:00
committed by GitHub
parent 74d6449f22
commit e99eb54c9d
3 changed files with 252 additions and 72 deletions

View File

@@ -22,6 +22,6 @@ jobs:
with:
version: v1.64.5
- name: Run tests
run: go test -race -covermode=atomic -coverprofile=coverage.out -v .
run: go test -race -covermode=atomic -coverprofile=coverage.out -v ./...
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4