{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://askcalculators.com/calculator/weight-watcher-points-calculator/schema.json",
  "title": "Weight Watcher Points Calculator inputs",
  "description": "Calculate an unofficial nutrient-based points estimate for educational comparison.",
  "type": "object",
  "properties": {
    "calories": {
      "title": "Calories",
      "type": "number",
      "default": 1500
    },
    "fat": {
      "title": "Total Fat (g)",
      "type": "number",
      "default": 50
    },
    "protein": {
      "title": "Protein (g)",
      "type": "number",
      "default": 80
    },
    "carbs": {
      "title": "Carbohydrates (g)",
      "type": "number",
      "default": 150
    },
    "fiber": {
      "title": "Fiber (g)",
      "type": "number",
      "default": 25
    },
    "system": {
      "title": "System",
      "type": [
        "string",
        "number"
      ],
      "default": "smart"
    }
  },
  "required": [],
  "additionalProperties": false,
  "x-askcalculators": {
    "version": "7.0.0",
    "calculatorUrl": "https://askcalculators.com/calculator/weight-watcher-points-calculator/",
    "queryExample": "https://askcalculators.com/calculator/weight-watcher-points-calculator/?calories=1500&fat=50&protein=80&carbs=150&fiber=25&system=smart",
    "migrationStatus": "migrated",
    "reviewStatus": "pending",
    "pageStatus": "live",
    "workStatus": "pending",
    "migratedDate": "2026-08-18",
    "formula": {
      "expression": "Unofficial estimate: PointsPlus-like or SmartPoints-like coefficients are applied to entered calories and nutrients, then rounded and bounded at zero.",
      "note": "Unofficial educational estimate. It is not the current proprietary WW algorithm and is not affiliated with WW International."
    },
    "quality": {
      "availability": "live",
      "technicalReviewRecord": "/reviews/weight-watcher-points-calculator.json",
      "qualifiedReview": "pending",
      "qualifiedReviewer": null,
      "qualifiedReviewDate": null,
      "formulaVersion": "7.0.0",
      "referenceCoverage": "references-pending",
      "releaseTestScope": "Catalog and regression checks are not a professional formula audit; consult release evidence.",
      "historicalMetadataDate": "2026-08-18",
      "historicalMetadataNotice": "The imported date is not evidence of a completed human review."
    },
    "outputs": {
      "result": {
        "title": "Result",
        "type": "string",
        "x-format": "text",
        "x-primary": true
      }
    }
  }
}
