MCPcopy Create free account
hub / github.com/go-openapi/spec / jsonschemaDraft04JSONBytes

Function jsonschemaDraft04JSONBytes

embed.go:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12var assets embed.FS
13
14func jsonschemaDraft04JSONBytes() ([]byte, error) {
15 return assets.ReadFile(path.Join("schemas", "jsonschema-draft-04.json"))
16}
17
18func v2SchemaJSONBytes() ([]byte, error) {
19 return assets.ReadFile(path.Join("schemas", "v2", "schema.json"))

Callers 1

JSONSchemaDraft04Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…