{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://askcalculators.com/calculator/roman-numeral-converter/schema.json",
  "title": "Roman Numerals inputs",
  "description": "Seamlessly convert between standard Arabic numerals and classical Roman numeral notations.",
  "type": "object",
  "properties": {
    "number": {
      "title": "Decimal Number (1-3999)",
      "type": "number",
      "default": 2024
    },
    "roman": {
      "title": "Roman Symbols",
      "type": "string",
      "default": ""
    },
    "mode": {
      "title": "Mode",
      "type": [
        "string",
        "number"
      ],
      "default": "toRoman"
    }
  },
  "required": [],
  "additionalProperties": false,
  "x-askcalculators": {
    "version": "7.0.0",
    "calculatorUrl": "https://askcalculators.com/calculator/roman-numeral-converter/",
    "queryExample": "https://askcalculators.com/calculator/roman-numeral-converter/?number=2024&mode=toRoman",
    "migrationStatus": "migrated",
    "reviewStatus": "pending",
    "pageStatus": "live",
    "workStatus": "pending",
    "migratedDate": "2026-08-18",
    "formula": {
      "expression": "Decimal-to-Roman uses descending numeral values; Roman-to-decimal subtracts a value when it precedes a larger value."
    },
    "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."
    },
    "outputs": {
      "result": {
        "title": "Result",
        "type": "string",
        "x-format": "text",
        "x-primary": true
      }
    }
  }
}
