{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schemas.apps.smartmate.io/tables/data/data.schema.json",
  "$$target": "https://schemas.apps.smartmate.io/tables/data/data.schema.json",
  "title": "data",
  "description": "Data to be inserted in a table.",
  "type": "object",
  "patternProperties": {
    "^(.*)$": {
      "type": "object"
    }
  }
}
