{
  "id": "#",
  "title": "Init Generator",
  "description": "A type definition for the Projen init generator schema",
  "properties": {
    "directory": {
      "title": "Directory",
      "type": "string",
      "description": "The directory to initialize the workspace in",
      "id": "#directory"
    },
    "skipFormat": {
      "title": "Skip Format",
      "type": "boolean",
      "description": "Skip formatting the generated files",
      "id": "#skipFormat"
    }
  },
  "type": "object",
  "default": {}
}