{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://askcalculators.com/calculator/pet-cost-calculator/schema.json",
  "title": "Pet Ownership Cost inputs",
  "description": "Estimate the financial commitment of owning a pet, including food, healthcare, and supplies over their lifetime.",
  "type": "object",
  "properties": {
    "foodCost": {
      "title": "Monthly food ($)",
      "type": "number",
      "default": 50
    },
    "vetCost": {
      "title": "Yearly Vet ($)",
      "type": "number",
      "default": 200
    },
    "suppliesCost": {
      "title": "Yearly Misc ($)",
      "type": "number",
      "default": 100
    },
    "lifespan": {
      "title": "Expected Lifespan (years)",
      "type": "number",
      "default": 15
    }
  },
  "required": [],
  "additionalProperties": false,
  "x-askcalculators": {
    "version": "7.0.0",
    "calculatorUrl": "https://askcalculators.com/calculator/pet-cost-calculator/",
    "queryExample": "https://askcalculators.com/calculator/pet-cost-calculator/?foodCost=50&vetCost=200&suppliesCost=100&lifespan=15",
    "migrationStatus": "migrated",
    "reviewStatus": "pending",
    "pageStatus": "live",
    "workStatus": "pending",
    "migratedDate": "2026-08-18",
    "formula": {
      "expression": "Lifetime cost = lifespan × (12 × monthly food + annual veterinary cost + annual supplies cost)."
    },
    "quality": {
      "availability": "live",
      "technicalReviewRecord": "/reviews/pet-cost-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
      }
    }
  }
}
