{
  "properties": [
    {
      "name": "value",
      "type": "Array",
      "description": "Data for displaying table"
    },
    {
      "name": "ratios",
      "type": "Array",
      "default": "[1, ..]",
      "description": "Array for set up flex ratio between field of record"
    },
    {
      "name": "headers",
      "type": "Array",
      "default": [],
      "description": "Array for indicating the key of columns, and title of columns",
      "subProperty": [
        {
          "name": "key",
          "type": "String",
          "description": "This indicates what values should be shown from the Object array in the column"
        }
      ]
    }
  ],
  "events": [
    {
      "name": "pickup",
      "description": "Emitted when click on record, will emit current record data or identifier data with index on current page."
    }
  ]
}
