{
  "csvOptions": {
    "allowJaggedRows": false, 
    "allowQuotedNewlines": false, 
    "encoding": "UTF-8", 
    "fieldDelimiter": "\t", 
    "quote": '',
    "skipLeadingRows": 1
  }, 
  "schema": {
    "fields": [
  {
    "mode": "NULLABLE", 
    "name": "Datestamp", 
    "type": "DATE"
  }, 
  {
    "mode": "NULLABLE", 
    "name": "Ingest_Datestamp", 
    "type": "DATE"
  }, 
  {
    "mode": "NULLABLE", 
    "name": "Ingest_Timestamp", 
    "type": "INTEGER"
  }, 
  {
    "mode": "NULLABLE", 
    "name": "Apple_Identifier", 
    "type": "STRING"
  }, 
  {
    "mode": "NULLABLE", 
    "name": "Storefront_Name", 
    "type": "STRING"
  }, 
  {
    "mode": "NULLABLE", 
    "name": "Anonymized_Person_ID", 
    "type": "STRING"
  }, 
  {
    "mode": "NULLABLE", 
    "name": "Membership_Type", 
    "type": "STRING"
  }, 
  {
    "mode": "NULLABLE", 
    "name": "Membership_Mode", 
    "type": "STRING"
  }, 
  {
    "mode": "NULLABLE", 
    "name": "Membership_Partner", 
    "type": "STRING"
  }, 
  {
    "mode": "NULLABLE", 
    "name": "Postal_Code", 
    "type": "STRING"
  }, 
  {
    "mode": "NULLABLE", 
    "name": "Device_Type", 
    "type": "STRING"
  }, 
  {
    "mode": "NULLABLE", 
    "name": "Operating_System", 
    "type": "STRING"
  }, 
  {
    "mode": "NULLABLE", 
    "name": "UTC_Offset", 
    "type": "STRING"
  }, 
  {
    "mode": "NULLABLE", 
    "name": "Action_Type", 
    "type": "STRING"
  }, 
  {
    "mode": "NULLABLE", 
    "name": "End_Reason_Type", 
    "type": "STRING"
  }, 
  {
    "mode": "NULLABLE", 
    "name": "Offline", 
    "type": "INTEGER"
  }, 
  {
    "mode": "NULLABLE", 
    "name": "Source_of_Stream", 
    "type": "INTEGER"
  }, 
  {
    "mode": "NULLABLE", 
    "name": "Container_Type", 
    "type": "STRING"
  }, 
  {
    "mode": "NULLABLE", 
    "name": "Container_Sub_Type", 
    "type": "STRING"
  }, 
  {
    "mode": "NULLABLE", 
    "name": "Container_ID", 
    "type": "STRING"
  }, 
  {
    "mode": "NULLABLE", 
    "name": "Container_Name", 
    "type": "STRING"
  }, 
  {
    "mode": "NULLABLE", 
    "name": "Stream_Timestamp", 
    "type": "INTEGER"
  }, 
  {
    "mode": "NULLABLE", 
    "name": "Stream_Start_Position", 
    "type": "INTEGER"
  }, 
  {
    "mode": "NULLABLE", 
    "name": "Stream_Duration", 
    "type": "INTEGER"
  }
]
  }, 
  "sourceFormat": "CSV", 
  "sourceUris": [
    "gs://sme-dsp-raw-demo/apple/incoming/apple_amNonRoyaltyStreams*"
  ]
}