{
  "format": "csv",
  "format_params": {
    "delimiter": ",",
    "escapechar": "\""
  },
  "definitions": {},
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "http://example.com/root.json",
  "type": "object",
  "title": "Brandwatch artist backfill schema",
  "required": [
  ],
  "properties": {
    "uow_id": {
      "$id": "#/properties/uow_id",
      "type": "string",
      "default": "",
      "examples": [
        "1"
      ],
      "pattern": "^\\d+$"
    },
    "uow_report_date": {
      "$id": "#/properties/uow_report_date",
      "type": "string",
      "default": "",
      "examples": [
        "2022-01-01 00:00:00"
      ],
      "pattern": "^.*$"
    },
    "action_type": {
      "$id": "#/properties/action_type",
      "type": "string",
      "default": "",
      "examples": [
        "uow created"
      ],
      "pattern": "^.*$"
    }
  }

}
