fix: improves the ability to get all inline schemas and identify inline object schemas (#154)

* fix: improves the ability to get all inline schemas and identify inline object schemas

* fix

* fix

* fix

* fix
This commit is contained in:
Tristan Cartledge
2023-08-22 11:40:00 +01:00
committed by GitHub
parent 976ca0905a
commit 74c7a3f632
5 changed files with 125 additions and 36 deletions

1
go.mod
View File

@@ -5,6 +5,7 @@ go 1.20
require (
github.com/stretchr/testify v1.8.0
github.com/vmware-labs/yaml-jsonpath v0.3.2
golang.org/x/exp v0.0.0-20230811145659-89c5cff77bcb
golang.org/x/sync v0.1.0
gopkg.in/yaml.v3 v3.0.1
)