databricks-cli/bundle/schema/embed.go

7 lines
78 B
Go
Raw Normal View History

2024-09-06 13:18:31 +00:00
package schema
2024-09-04 09:56:52 +00:00
import _ "embed"
2024-09-04 09:58:02 +00:00
//go:embed jsonschema.json
2024-09-06 13:18:31 +00:00
var Bytes []byte