Skip to content

Commit

Permalink
increase from 1e-06 to 1e-08 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
KAllan357 authored Jan 17, 2019
1 parent 1b5de67 commit 99cc383
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 27 deletions.
14 changes: 7 additions & 7 deletions tap_shopify/schemas/abandoned_checkouts.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"null",
"number"
],
"multipleOf": 1e-06
"multipleOf": 1e-08
},
"code": {
"type": [
Expand Down Expand Up @@ -222,7 +222,7 @@
"null",
"number"
],
"multipleOf": 1e-06
"multipleOf": 1e-08
},
"closed_at": {
"type": [
Expand Down Expand Up @@ -266,14 +266,14 @@
"null",
"number"
],
"multipleOf": 1e-06
"multipleOf": 1e-08
},
"subtotal_price": {
"type": [
"null",
"number"
],
"multipleOf": 1e-06
"multipleOf": 1e-08
},
"line_items": {
"$ref": "definitions.json#/line_items"
Expand All @@ -289,7 +289,7 @@
"null",
"number"
],
"multipleOf": 1e-06
"multipleOf": 1e-08
},
"note": {
"type": [
Expand Down Expand Up @@ -351,7 +351,7 @@
"null",
"number"
],
"multipleOf": 1e-06
"multipleOf": 1e-08
},
"requested_fulfillment_service_id": {
"type": [
Expand Down Expand Up @@ -531,7 +531,7 @@
"null",
"number"
],
"multipleOf": 1e-06
"multipleOf": 1e-08
},
"cart_token": {
"type": [
Expand Down
12 changes: 6 additions & 6 deletions tap_shopify/schemas/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"null",
"number"
],
"multipleOf": 1e-06
"multipleOf": 1e-08
},
"refund_id": {
"type": [
Expand All @@ -26,7 +26,7 @@
"null",
"number"
],
"multipleOf": 1e-06
"multipleOf": 1e-08
},
"kind": {
"type": [
Expand Down Expand Up @@ -614,7 +614,7 @@
"null",
"number"
],
"multipleOf": 1e-06
"multipleOf": 1e-08
},
"name": {
"type": [
Expand Down Expand Up @@ -660,7 +660,7 @@
"null",
"number"
],
"multipleOf": 1e-06
"multipleOf": 1e-08
},
"requires_shipping": {
"type": [
Expand Down Expand Up @@ -808,7 +808,7 @@
"null",
"number"
],
"multipleOf": 1e-06
"multipleOf": 1e-08
},
"title": {
"type": [
Expand All @@ -821,7 +821,7 @@
"null",
"number"
],
"multipleOf": 1e-06
"multipleOf": 1e-08
},
"compare_at": {
"type": [
Expand Down
16 changes: 8 additions & 8 deletions tap_shopify/schemas/orders.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"null",
"number"
],
"multipleOf": 1e-06
"multipleOf": 1e-08
},
"line_items": {
"$ref": "definitions.json#/line_items"
Expand Down Expand Up @@ -45,14 +45,14 @@
"null",
"number"
],
"multipleOf": 1e-06
"multipleOf": 1e-08
},
"total_line_items_price": {
"type": [
"null",
"number"
],
"multipleOf": 1e-06
"multipleOf": 1e-08
},
"order_adjustments": {
"$ref": "definitions.json#/order_adjustments"
Expand All @@ -76,7 +76,7 @@
"null",
"number"
],
"multipleOf": 1e-06
"multipleOf": 1e-08
},
"title": {
"type": [
Expand Down Expand Up @@ -376,7 +376,7 @@
"null",
"number"
],
"multipleOf": 1e-06
"multipleOf": 1e-08
},
"payment_details": {
"properties": {
Expand Down Expand Up @@ -543,7 +543,7 @@
"null",
"number"
],
"multipleOf": 1e-06
"multipleOf": 1e-08
},
"closed_at": {
"type": [
Expand Down Expand Up @@ -649,7 +649,7 @@
"null",
"number"
],
"multipleOf": 1e-06
"multipleOf": 1e-08
},
"billing_address": {
"properties": {
Expand Down Expand Up @@ -799,7 +799,7 @@
"null",
"number"
],
"multipleOf": 1e-06
"multipleOf": 1e-08
},
"type": {
"type": [
Expand Down
4 changes: 2 additions & 2 deletions tap_shopify/schemas/products.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
"null",
"number"
],
"multipleOf": 1e-06
"multipleOf": 1e-08
},
"image_id": {
"type": [
Expand Down Expand Up @@ -253,7 +253,7 @@
"null",
"number"
],
"multipleOf": 1e-06
"multipleOf": 1e-08
},
"updated_at": {
"type": [
Expand Down
8 changes: 4 additions & 4 deletions tap_shopify/schemas/transactions.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"null",
"number"
],
"multipleOf": 1e-06
"multipleOf": 1e-08
},
"authorization": {
"type": [
Expand Down Expand Up @@ -152,21 +152,21 @@
"null",
"number"
],
"multipleOf": 1e-06
"multipleOf": 1e-08
},
"gross_amount": {
"type": [
"null",
"number"
],
"multipleOf": 1e-06
"multipleOf": 1e-08
},
"tax_amount": {
"type": [
"null",
"number"
],
"multipleOf": 1e-06
"multipleOf": 1e-08
}
}
},
Expand Down

0 comments on commit 99cc383

Please sign in to comment.