{
  "id": "roman-numeral-converter",
  "version": "7.0.0",
  "name": "Roman Numerals",
  "shortName": "Roman Numerals",
  "description": "Seamlessly convert between standard Arabic numerals and classical Roman numeral notations.",
  "category": "Conversions & Sizes",
  "categorySlug": "conversions",
  "keywords": [
    "roman",
    "numeral"
  ],
  "status": "live",
  "workStatus": "pending",
  "reviewStatus": "pending",
  "migrationStatus": "migrated",
  "migratedDate": "2026-08-18",
  "engine": "legacy-react",
  "creator": null,
  "reviewer": null,
  "quality": {
    "availability": "live",
    "technicalReviewRecord": "/reviews/roman-numeral-converter.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."
  },
  "urls": {
    "page": "/calculator/roman-numeral-converter/",
    "definition": "/calculator/roman-numeral-converter/definition.json",
    "schema": "/calculator/roman-numeral-converter/schema.json",
    "llms": "/calculator/roman-numeral-converter/llms.txt",
    "legacyDefinition": "/calculator/roman-numeral-converter.json"
  },
  "queryExample": "https://askcalculators.com/calculator/roman-numeral-converter/?number=2024&mode=toRoman",
  "queryParameters": {
    "number": {
      "label": "Decimal Number (1-3999)",
      "type": "number",
      "required": false,
      "default": 2024
    },
    "roman": {
      "label": "Roman Symbols",
      "type": "text",
      "required": false,
      "default": ""
    },
    "mode": {
      "label": "Mode",
      "type": "select",
      "required": false,
      "default": "toRoman"
    }
  },
  "inputs": [
    {
      "id": "number",
      "label": "Decimal Number (1-3999)",
      "type": "number",
      "defaultValue": 2024
    },
    {
      "id": "roman",
      "label": "Roman Symbols",
      "type": "text",
      "defaultValue": ""
    },
    {
      "id": "mode",
      "label": "Mode",
      "type": "select",
      "defaultValue": "toRoman"
    }
  ],
  "outputs": [
    {
      "id": "result",
      "label": "Result",
      "format": "text",
      "primary": true
    }
  ],
  "formula": {
    "expression": "Decimal-to-Roman uses descending numeral values; Roman-to-decimal subtracts a value when it precedes a larger value."
  },
  "examples": [
    {
      "label": "Reproducible default-input example (not a personal recommendation)",
      "inputs": {
        "number": 2024,
        "roman": "",
        "mode": "toRoman"
      }
    }
  ],
  "sources": []
}
