()
| 12 | var assets embed.FS |
| 13 | |
| 14 | func jsonschemaDraft04JSONBytes() ([]byte, error) { |
| 15 | return assets.ReadFile(path.Join("schemas", "jsonschema-draft-04.json")) |
| 16 | } |
| 17 | |
| 18 | func v2SchemaJSONBytes() ([]byte, error) { |
| 19 | return assets.ReadFile(path.Join("schemas", "v2", "schema.json")) |
no outgoing calls
no test coverage detected
searching dependent graphs…