{
  "$schema": "http://json-schema.org/schema",
  "$id": "NgxThemeStackSync",
  "title": "ngx-theme-stack sync",
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "The name of the Angular project to sync.",
      "$default": {
        "$source": "projectName"
      }
    },
    "strategy": {
      "type": "string",
      "description": "The strategy to use (critters or blocking). Auto-detected if not provided.",
      "enum": ["blocking", "critters"]
    }
  },
  "required": ["project"]
}
