{
    "$id": "http://complianceascode.io/schemas/1.0/variable.json",
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "type": "object",
    "properties": {
        "checktext": {
            "type": "string"
        },
        "fixtext": {
            "type": "string"
        },
        "srg_requirement": {
            "type": "string"
        },
        "vuldiscussion": {
            "type":"string"
        }
    },
    "uniqueItems": true
}
