{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://askcalculators.com/calculator/time-card-calculator/schema.json",
  "title": "Weekly Time Card inputs",
  "description": "Track your weekly work hours, breaks, and estimated earnings accurately.",
  "type": "object",
  "properties": {
    "in": {
      "title": "In",
      "type": "string",
      "pattern": "^(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d)?$"
    },
    "out": {
      "title": "Out",
      "type": "string",
      "pattern": "^(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d)?$"
    },
    "break": {
      "title": "Break",
      "type": "number"
    },
    "hourlyRate": {
      "title": "Hourly Rate ($)",
      "type": "number",
      "default": 25
    }
  },
  "required": [],
  "additionalProperties": false,
  "x-askcalculators": {
    "version": "7.0.0",
    "calculatorUrl": "https://askcalculators.com/calculator/time-card-calculator/",
    "queryExample": "https://askcalculators.com/calculator/time-card-calculator/?hourlyRate=25",
    "migrationStatus": "migrated",
    "reviewStatus": "pending",
    "pageStatus": "live",
    "workStatus": "pending",
    "migratedDate": "2026-08-18",
    "formula": {
      "expression": "Daily work time = clock-out − clock-in − break; weekly total is the sum of daily hours and overtime is separated after the entered threshold."
    },
    "quality": {
      "availability": "live",
      "technicalReviewRecord": "/reviews/time-card-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
      }
    }
  }
}
