{
  "type": "object",
  "properties": {
    "table": { "type": "string" },
    "key": { "type": "string" },
    "text": { "type": "string" }
  },
  "additionalProperties": false,
  "required": [ "table", "key", "text" ]
}
