Skip to content
Snippets Groups Projects

Provide JSON Schema for Blubber configuration

Merged Dduvall requested to merge main-Iba35bd2c7bac3568dd36df83a6c1aab302ddbddc into main
12 files
+ 1590
4
Compare changes
  • Side-by-side
  • Inline
Files
12
api/api.go 0 → 100644
+ 11
0
package api
import (
// Embed our JSON Schema below
_ "embed"
)
// ConfigSchema contains our embedded JSON Schema
//
//go:embed config.schema.json
var ConfigSchema string