{
  "$schema": "http://json-schema.org/schema#",
  "description" : "Holds data for analysis of wording bias.",
  "type" : "object",
  "id" : "wording_bias.json",
  "patternProperties" : {
    "q_?[0-9]+" : {
      "q_?[0-9]+": {
        "$ref": "coefficient.json"
      }
    }
  }
}