{
  "" : "http://json-schema.org/draft-04/schema#",
  "title" : "Test Schema",
  "type" : "object",
  "properties" : {
    "message" : { "type" : "string" }
  }
}