{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://askcalculators.com/calculator/shoe-size-conversion/schema.json",
  "title": "Shoe Size Converter inputs",
  "description": "Convert shoe sizes between US, UK, and EU standards.",
  "type": "object",
  "properties": {
    "size": {
      "title": "Current Size",
      "type": "number",
      "default": 9
    },
    "region": {
      "title": "Region",
      "type": "string",
      "default": "us"
    },
    "gender": {
      "title": "Gender",
      "type": [
        "string",
        "number"
      ],
      "default": "men"
    }
  },
  "required": [],
  "additionalProperties": false,
  "x-askcalculators": {
    "version": "7.0.0",
    "calculatorUrl": "https://askcalculators.com/calculator/shoe-size-conversion/",
    "queryExample": "https://askcalculators.com/calculator/shoe-size-conversion/?size=9&region=us&gender=men",
    "migrationStatus": "migrated",
    "reviewStatus": "pending",
    "pageStatus": "live",
    "workStatus": "pending",
    "migratedDate": "2026-08-18",
    "formula": {
      "expression": "The entered size is converted through the calculator’s published regional size-offset table."
    },
    "quality": {
      "availability": "live",
      "technicalReviewRecord": "/reviews/shoe-size-conversion.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
      }
    }
  }
}
