Skip to content

Commit

Permalink
remove unneeded fields
Browse files Browse the repository at this point in the history
  • Loading branch information
hkuffel committed Nov 14, 2023
1 parent 94ec50f commit 4c56a13
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions tap_rakuten/schemas/report.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,36 +8,15 @@
"mid": {
"type": ["null", "string"]
},
"num_of_cancelled_items": {
"type": ["null", "string"]
},
"num_of_clicks": {
"type": ["null", "string"]
},
"num_of_impressions": {
"type": ["null", "string"]
},
"num_of_items": {
"type": ["null", "string"]
},
"num_of_net_items": {
"type": ["null", "string"]
},
"num_of_orders": {
"type": ["null", "string"]
},
"adjusted_commission": {
"type": ["null", "string"]
},
"average_item_value": {
"type": ["null", "string"]
},
"average_order_value": {
"type": ["null", "string"]
},
"baseline_commission": {
"type": ["null", "string"]
},
"gross_sales": {
"type": ["null", "string"]
},
Expand Down

0 comments on commit 4c56a13

Please sign in to comment.