{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://askcalculators.com/calculator/tile-calculator/schema.json",
  "title": "Tile Calculator inputs",
  "description": "Determine the number of tiles needed for your flooring project, including a waste factor.",
  "type": "object",
  "properties": {
    "roomLength": {
      "title": "Room Length (ft)",
      "type": "number",
      "default": 10
    },
    "roomWidth": {
      "title": "Room Width (ft)",
      "type": "number",
      "default": 12
    },
    "tileLength": {
      "title": "Tile Length (in)",
      "type": "number",
      "default": 12
    },
    "tileWidth": {
      "title": "Tile Width (in)",
      "type": "number",
      "default": 12
    }
  },
  "required": [],
  "additionalProperties": false,
  "x-askcalculators": {
    "version": "7.0.0",
    "calculatorUrl": "https://askcalculators.com/calculator/tile-calculator/",
    "queryExample": "https://askcalculators.com/calculator/tile-calculator/?roomLength=10&roomWidth=12&tileLength=12&tileWidth=12",
    "migrationStatus": "migrated",
    "reviewStatus": "pending",
    "pageStatus": "live",
    "workStatus": "pending",
    "migratedDate": "2026-08-18",
    "formula": {
      "expression": "Tiles needed = surface area ÷ tile area × (1 + waste percentage), rounded up."
    },
    "quality": {
      "availability": "live",
      "technicalReviewRecord": "/reviews/tile-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
      }
    }
  }
}
