mirror of https://github.com/databricks/cli.git
7 lines
78 B
Go
7 lines
78 B
Go
|
package schema
|
||
|
|
||
|
import _ "embed"
|
||
|
|
||
|
//go:embed jsonschema.json
|
||
|
var Bytes []byte
|