9 lines
101 B
Go

package basic
import (
_ "embed"
)
//go:embed layer-options.json
var RawLayerOptionsSchema []byte