{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "definitions": {
    "yesno": {
      "type": "string",
      "enum": [
        "yes",
        "no"
      ]
    }
  }
}
