{
  "properties": {
    "foo": {
      "type": "string"
    },
    "bar": {
      "type": "integer"
    }
  },
  "required": [
    "foo"
  ]
}