{
  "$schema": "http://json-schema.org/schema",
  "id": "SchematicsNxWorkspaceSchematic",
  "title": "Create a custom schematic",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Schematic name",
      "$default": {
        "$source": "argv",
        "index": 0
      },
      "x-prompt": "What name would you like to use for the workspace schematic?"
    },
    "skipFormat": {
      "description": "Skip formatting files",
      "type": "boolean",
      "default": false
    }
  },
  "required": []
}
