Skip to content

Commit 934da20

Browse files
committed
Reapply "Updated orders.json"
This reverts commit a5cf32b.
1 parent 387acb9 commit 934da20

File tree

1 file changed

+317
-0
lines changed

1 file changed

+317
-0
lines changed

_data/taps/schemas/shopify/v3/json/orders.json

Lines changed: 317 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1499,6 +1499,12 @@
14991499
"integer"
15001500
]
15011501
},
1502+
"title": {
1503+
"type": [
1504+
"null",
1505+
"string"
1506+
]
1507+
},
15021508
"targetType": {
15031509
"type": [
15041510
"null",
@@ -1793,9 +1799,320 @@
17931799
}
17941800
}
17951801
}
1802+
},
1803+
"originalUnitPriceSet": {
1804+
"type": [
1805+
"null",
1806+
"object"
1807+
],
1808+
"properties": {
1809+
"presentmentMoney": {
1810+
"type": [
1811+
"null",
1812+
"object"
1813+
],
1814+
"properties": {
1815+
"currencyCode": {
1816+
"type": [
1817+
"null",
1818+
"string"
1819+
]
1820+
},
1821+
"amount": {
1822+
"type": [
1823+
"null",
1824+
"number"
1825+
]
1826+
}
1827+
}
1828+
},
1829+
"shopMoney": {
1830+
"type": [
1831+
"null",
1832+
"object"
1833+
],
1834+
"properties": {
1835+
"currencyCode": {
1836+
"type": [
1837+
"null",
1838+
"string"
1839+
]
1840+
},
1841+
"amount": {
1842+
"type": [
1843+
"null",
1844+
"number"
1845+
]
1846+
}
1847+
}
1848+
}
1849+
}
1850+
},
1851+
"unfulfilledDiscountedTotalSet": {
1852+
"type": [
1853+
"null",
1854+
"object"
1855+
],
1856+
"properties": {
1857+
"presentmentMoney": {
1858+
"type": [
1859+
"null",
1860+
"object"
1861+
],
1862+
"properties": {
1863+
"currencyCode": {
1864+
"type": [
1865+
"null",
1866+
"string"
1867+
]
1868+
},
1869+
"amount": {
1870+
"type": [
1871+
"null",
1872+
"number"
1873+
]
1874+
}
1875+
}
1876+
},
1877+
"shopMoney": {
1878+
"type": [
1879+
"null",
1880+
"object"
1881+
],
1882+
"properties": {
1883+
"currencyCode": {
1884+
"type": [
1885+
"null",
1886+
"string"
1887+
]
1888+
},
1889+
"amount": {
1890+
"type": [
1891+
"null",
1892+
"number"
1893+
]
1894+
}
1895+
}
1896+
}
1897+
}
1898+
},
1899+
"unfulfilledOriginalTotalSet": {
1900+
"type": [
1901+
"null",
1902+
"object"
1903+
],
1904+
"properties": {
1905+
"presentmentMoney": {
1906+
"type": [
1907+
"null",
1908+
"object"
1909+
],
1910+
"properties": {
1911+
"currencyCode": {
1912+
"type": [
1913+
"null",
1914+
"string"
1915+
]
1916+
},
1917+
"amount": {
1918+
"type": [
1919+
"null",
1920+
"number"
1921+
]
1922+
}
1923+
}
1924+
},
1925+
"shopMoney": {
1926+
"type": [
1927+
"null",
1928+
"object"
1929+
],
1930+
"properties": {
1931+
"currencyCode": {
1932+
"type": [
1933+
"null",
1934+
"string"
1935+
]
1936+
},
1937+
"amount": {
1938+
"type": [
1939+
"null",
1940+
"number"
1941+
]
1942+
}
1943+
}
1944+
}
1945+
}
1946+
},
1947+
"variant": {
1948+
"type": [
1949+
"null",
1950+
"object"
1951+
],
1952+
"properties": {
1953+
"id": {
1954+
"type": [
1955+
"null",
1956+
"string"
1957+
]
1958+
}
1959+
}
17961960
}
17971961
}
17981962
}
1963+
},
1964+
"shippingLine": {
1965+
"type": ["null", "object"],
1966+
"properties": {
1967+
"carrierIdentifier": { "type": ["null", "string"] },
1968+
"code": { "type": ["null", "string"] },
1969+
"currentDiscountedPriceSet": {
1970+
"type": ["null", "object"],
1971+
"properties": {
1972+
"presentmentMoney": {
1973+
"type": ["null", "object"],
1974+
"properties": {
1975+
"amount": { "type": ["null", "string"], "format": "singer.decimal" },
1976+
"currencyCode": { "type": ["null", "string"] }
1977+
}
1978+
},
1979+
"shopMoney": {
1980+
"type": ["null", "object"],
1981+
"properties": {
1982+
"amount": { "type": ["null", "string"], "format": "singer.decimal" },
1983+
"currencyCode": { "type": ["null", "string"] }
1984+
}
1985+
}
1986+
}
1987+
},
1988+
"custom": { "type": ["null", "boolean"] },
1989+
"deliveryCategory": { "type": ["null", "string"] },
1990+
"discountAllocations": {
1991+
"type": ["null", "array"],
1992+
"items": {
1993+
"type": ["null", "object"],
1994+
"properties": {
1995+
"allocatedAmountSet": {
1996+
"type": ["null", "object"],
1997+
"properties": {
1998+
"presentmentMoney": {
1999+
"type": ["null", "object"],
2000+
"properties": {
2001+
"amount": { "type": ["null", "string"], "format": "singer.decimal" },
2002+
"currencyCode": { "type": ["null", "string"] }
2003+
}
2004+
},
2005+
"shopMoney": {
2006+
"type": ["null", "object"],
2007+
"properties": {
2008+
"amount": { "type": ["null", "string"], "format": "singer.decimal" },
2009+
"currencyCode": { "type": ["null", "string"] }
2010+
}
2011+
}
2012+
}
2013+
},
2014+
"discountApplication": {
2015+
"type": ["null", "object"],
2016+
"properties": {
2017+
"__typename": { "type": ["null", "string"] },
2018+
"allocationMethod": { "type": ["null", "string"] },
2019+
"index": { "type": ["null", "integer"] },
2020+
"targetSelection": { "type": ["null", "string"] },
2021+
"targetType": { "type": ["null", "string"] },
2022+
"title": { "type": ["null", "string"] },
2023+
"code": { "type": ["null", "string"] },
2024+
"description": { "type": ["null", "string"] },
2025+
"value": {
2026+
"type": ["null", "object"],
2027+
"properties": {
2028+
"__typename": { "type": ["null", "string"] },
2029+
"amount": { "type": ["null", "string"], "format": "singer.decimal" },
2030+
"currencyCode": { "type": ["null", "string"] },
2031+
"percentage": { "type": ["null", "number"] }
2032+
}
2033+
}
2034+
}
2035+
}
2036+
}
2037+
}
2038+
},
2039+
"discountedPriceSet": {
2040+
"type": ["null", "object"],
2041+
"properties": {
2042+
"presentmentMoney": {
2043+
"type": ["null", "object"],
2044+
"properties": {
2045+
"amount": { "type": ["null", "string"], "format": "singer.decimal" },
2046+
"currencyCode": { "type": ["null", "string"] }
2047+
}
2048+
},
2049+
"shopMoney": {
2050+
"type": ["null", "object"],
2051+
"properties": {
2052+
"amount": { "type": ["null", "string"], "format": "singer.decimal" },
2053+
"currencyCode": { "type": ["null", "string"] }
2054+
}
2055+
}
2056+
}
2057+
},
2058+
"id": { "type": ["null", "string"] },
2059+
"isRemoved": { "type": ["null", "boolean"] },
2060+
"originalPriceSet": {
2061+
"type": ["null", "object"],
2062+
"properties": {
2063+
"presentmentMoney": {
2064+
"type": ["null", "object"],
2065+
"properties": {
2066+
"amount": { "type": ["null", "string"], "format": "singer.decimal" },
2067+
"currencyCode": { "type": ["null", "string"] }
2068+
}
2069+
},
2070+
"shopMoney": {
2071+
"type": ["null", "object"],
2072+
"properties": {
2073+
"amount": { "type": ["null", "string"], "format": "singer.decimal" },
2074+
"currencyCode": { "type": ["null", "string"] }
2075+
}
2076+
}
2077+
}
2078+
},
2079+
"phone": { "type": ["null", "string"] },
2080+
"shippingRateHandle": { "type": ["null", "string"] },
2081+
"source": { "type": ["null", "string"] },
2082+
"taxLines": {
2083+
"type": ["null", "array"],
2084+
"items": {
2085+
"type": ["null", "object"],
2086+
"properties": {
2087+
"channelLiable": { "type": ["null", "boolean"] },
2088+
"priceSet": {
2089+
"type": ["null", "object"],
2090+
"properties": {
2091+
"presentmentMoney": {
2092+
"type": ["null", "object"],
2093+
"properties": {
2094+
"amount": { "type": ["null", "string"], "format": "singer.decimal" },
2095+
"currencyCode": { "type": ["null", "string"] }
2096+
}
2097+
},
2098+
"shopMoney": {
2099+
"type": ["null", "object"],
2100+
"properties": {
2101+
"amount": { "type": ["null", "string"], "format": "singer.decimal" },
2102+
"currencyCode": { "type": ["null", "string"] }
2103+
}
2104+
}
2105+
}
2106+
},
2107+
"rate": { "type": ["null", "number"] },
2108+
"ratePercentage": { "type": ["null", "string"] },
2109+
"source": { "type": ["null", "string"] },
2110+
"title": { "type": ["null", "string"] }
2111+
}
2112+
}
2113+
},
2114+
"title": { "type": ["null", "string"] }
2115+
}
17992116
}
18002117
}
18012118
}

0 commit comments

Comments
 (0)