{
  "id": "title",
  "title": "Title",
  "description": "Reference Data test table",
  "primaryKey": ["id"],
  "type": "object",
  "properties": {

    "id": {
      "type": "number"
    },

    "title": {
      "type": "string"
    },

    "style": {
      "type": "object"
    }
  },

  "indexes": [],
  "required": ["title"]
}
