{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "definitions": {
    "dog": {
      "type": "string",
      "enum": [
        "Border Collie"
      ]
    }
  }
}
