{
    "$schema" : "http://json-schema.org/schema#",
    "description" : "Map from option id to block id (i.e. string to string)",
    "type" : "object",
    "id" : "survey_branchMap.json",
    "patternProperties" : {
        "^comp_[0-9]+_[0-9]+" : {
            "type" : ["string", "null"],
            "pattern" : "[1-9]+[0-9]*(\\.(_?|[a-z]?)[1-9]+[0-9]*)*"
        }
    }
}
