{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://askcalculators.com/calculator/salary-calculator/schema.json",
  "title": "Salary Calculator inputs",
  "description": "Convert your salary between hourly, daily, weekly, monthly, and annual amounts.",
  "type": "object",
  "properties": {
    "amount": {
      "title": "Amount ($)",
      "type": "number",
      "default": 50000
    },
    "hoursPerWeek": {
      "title": "Hours per Week",
      "type": "number",
      "default": 40
    },
    "daysPerWeek": {
      "title": "Days per Week",
      "type": "number",
      "default": 5
    },
    "frequency": {
      "title": "Frequency",
      "type": "string",
      "default": "annually"
    }
  },
  "required": [],
  "additionalProperties": false,
  "x-askcalculators": {
    "version": "7.0.0",
    "calculatorUrl": "https://askcalculators.com/calculator/salary-calculator/",
    "queryExample": "https://askcalculators.com/calculator/salary-calculator/?amount=50000&hoursPerWeek=40&daysPerWeek=5&frequency=annually",
    "migrationStatus": "migrated",
    "reviewStatus": "pending",
    "pageStatus": "live",
    "workStatus": "pending",
    "migratedDate": "2026-08-18",
    "formula": {
      "expression": "The entered pay is converted to annual, monthly, weekly, daily, and hourly amounts using the selected pay period, workdays, work hours, and 52 weeks per year."
    },
    "quality": {
      "availability": "live",
      "technicalReviewRecord": "/reviews/salary-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
      }
    }
  }
}
