{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://askcalculators.com/calculator/pixel-density-calculator/schema.json",
  "title": "Pixel Density inputs",
  "description": "Calculate the PPI (Pixels Per Inch) and evaluate the sharpness of any display based on resolution and size.",
  "type": "object",
  "properties": {
    "width": {
      "title": "Width (px)",
      "type": "number",
      "default": 1920
    },
    "height": {
      "title": "Height (px)",
      "type": "number",
      "default": 1080
    },
    "inches": {
      "title": "Diagonal Size (inches)",
      "type": "number",
      "default": 24
    }
  },
  "required": [],
  "additionalProperties": false,
  "x-askcalculators": {
    "version": "7.0.0",
    "calculatorUrl": "https://askcalculators.com/calculator/pixel-density-calculator/",
    "queryExample": "https://askcalculators.com/calculator/pixel-density-calculator/?width=1920&height=1080&inches=24",
    "migrationStatus": "migrated",
    "reviewStatus": "pending",
    "pageStatus": "live",
    "workStatus": "pending",
    "migratedDate": "2026-08-18",
    "formula": {
      "expression": "Pixels per inch = √(horizontal pixels² + vertical pixels²) ÷ diagonal inches."
    },
    "quality": {
      "availability": "live",
      "technicalReviewRecord": "/reviews/pixel-density-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
      }
    }
  }
}
