{
  "$schema": "http://json-schema.org/schema",
  "$id": "mf",
  "title": "",
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "The project to add module federation",
      "$default": {
        "$source": "argv",
        "index": 0
      },
      "x-prompt": "Project name (press enter for default project)"
    }
  }
}
