Demandbase · Schema

ImportError

Account-Based MarketingAdvertisingAI AgentsB2B MarketingData EnrichmentIntent DataPersonalizationSales Intelligence

Properties

Name Type Description
row_number integer Row number in the CSV file
field string Field that caused the error
value string Value that caused the error
error_type string Type of error
message string Error description
View JSON Schema on GitHub

JSON Schema

demandbase-importerror-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ImportError",
  "title": "ImportError",
  "type": "object",
  "properties": {
    "row_number": {
      "type": "integer",
      "description": "Row number in the CSV file"
    },
    "field": {
      "type": "string",
      "description": "Field that caused the error"
    },
    "value": {
      "type": "string",
      "description": "Value that caused the error"
    },
    "error_type": {
      "type": "string",
      "description": "Type of error"
    },
    "message": {
      "type": "string",
      "description": "Error description"
    }
  }
}