{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://askcalculators.com/calculator/horse-age-calculator/schema.json",
  "title": "Horse Age Calculator inputs",
  "description": "Convert your horse's calendar age into the equivalent human years for health and development tracking.",
  "type": "object",
  "properties": {
    "age": {
      "title": "Age (calendar years)",
      "type": "number",
      "default": 5
    }
  },
  "required": [],
  "additionalProperties": false,
  "x-askcalculators": {
    "version": "7.0.0",
    "calculatorUrl": "https://askcalculators.com/calculator/horse-age-calculator/",
    "queryExample": "https://askcalculators.com/calculator/horse-age-calculator/?age=5",
    "migrationStatus": "migrated",
    "reviewStatus": "pending",
    "pageStatus": "live",
    "workStatus": "pending",
    "migratedDate": "2026-08-18",
    "formula": {
      "expression": "Human-age estimate uses faster early development followed by a slower yearly conversion."
    },
    "quality": {
      "availability": "live",
      "technicalReviewRecord": "/reviews/horse-age-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
      }
    }
  }
}
