{
  "$schema": "https://json-schema.org/schema",
  "$id": "@naxodev/gonx:init",
  "title": "Go init generator options",
  "type": "object",
  "properties": {
    "skipFormat": {
      "type": "boolean",
      "description": "Skip formatting files.",
      "default": false,
      "x-priority": "internal"
    },
    "addGoDotWork": {
      "type": "boolean",
      "description": "Add a go.work file to the project.",
      "default": false
    }
  }
}
