{
    "version": 12,
    "inputContract": {
        "properties": [
            {
                "uid": "blrovu5ozet",
                "name": "DOB",
                "type": "date",
                "value": "the date of birth"
            }
        ]
    },
    "outputContract": {
        "properties": [
            {
                "uid": "8rmz5m45wx5",
                "name": "pension_age",
                "type": "number",
                "value": "the pension age"
            }
        ]
    },
    "rules": {
        "Rules": [
            {
                "text": "Rules",
                "style": "heading1"
            },
            {
                "type": "rule-block",
                "lines": [
                    {
                        "type": "table",
                        "columns": [
                            {
                                "type": "condition",
                                "text": "the date of birth"
                            },
                            {
                                "type": "condition",
                                "text": "the date of birth"
                            },
                            {
                                "type": "conclusion",
                                "text": "the pension age"
                            }
                        ],
                        "rows": [
                            [
                                "",
                                "<= 1952-06-30",
                                "65"
                            ],
                            [
                                ">= 1952-07-01",
                                "<= 1953-12-31",
                                "65.5"
                            ],
                            [
                                ">= 1954-01-01",
                                "<= 1955-06-30",
                                "66"
                            ],
                            [
                                ">= 1955-07-01",
                                "<= 1956-12-31",
                                "66.5"
                            ],
                            [
                                ">= 1957-01-01",
                                "",
                                "67"
                            ]
                        ]
                    }
                ]
            },
            {
                "text": "Source: https://www.dss.gov.au/seniors/benefits-payments/age-pension",
                "style": "normal"
            }
        ]
    },
    "ruleLanguage": {
        "language": "en",
        "formats": {
            "decimalSeparator": ".",
            "thousandsSeparator": ",",
            "argumentSeparator": ",",
            "dateFormat": "yyyy-mm-dd"
        }
    },
    "documents": [],
    "references": {
        "uid": "mh9jyklpx7",
        "items": []
    },
    "upgradeFlags": {}
}