@takeshape/schema 8.50.1 → 8.52.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/schemas/project-schema/v4.0.0.json +127 -107
- package/examples/latest/betzino.json +1 -1
- package/examples/v4_0_0/rick-and-morty-notes/layers/character-notes.json +57 -6
- package/examples/v4_0_0/rick-and-morty-notes/layers/rick-and-morty.json +30 -36
- package/examples/v4_0_0/rick-and-morty-notes/layers/takeshape-assets.json +1 -4
- package/examples/v4_0_0/rick-and-morty-notes/schema.json +15 -7
- package/lib/schemas/index.d.ts +106 -0
- package/lib/schemas/index.d.ts.map +1 -1
- package/lib/schemas/project-schema/v4.0.0.json +127 -107
- package/package.json +4 -4
|
@@ -1480,16 +1480,10 @@
|
|
|
1480
1480
|
"type": {
|
|
1481
1481
|
"title": "Model Type",
|
|
1482
1482
|
"type": "string",
|
|
1483
|
-
"enum": [
|
|
1484
|
-
"single",
|
|
1485
|
-
"multiple",
|
|
1486
|
-
"taxonomy"
|
|
1487
|
-
]
|
|
1483
|
+
"enum": ["single", "multiple", "taxonomy"]
|
|
1488
1484
|
}
|
|
1489
1485
|
},
|
|
1490
|
-
"required": [
|
|
1491
|
-
"type"
|
|
1492
|
-
],
|
|
1486
|
+
"required": ["type"],
|
|
1493
1487
|
"additionalProperties": false
|
|
1494
1488
|
},
|
|
1495
1489
|
"workflow": {
|
|
@@ -1502,9 +1496,7 @@
|
|
|
1502
1496
|
"$ref": "#/definitions/shapeSchema"
|
|
1503
1497
|
}
|
|
1504
1498
|
},
|
|
1505
|
-
"required": [
|
|
1506
|
-
"schema"
|
|
1507
|
-
],
|
|
1499
|
+
"required": ["schema"],
|
|
1508
1500
|
"additionalProperties": false
|
|
1509
1501
|
},
|
|
1510
1502
|
"shapeWithObjectSchema": {
|
|
@@ -1521,9 +1513,7 @@
|
|
|
1521
1513
|
"$ref": "#/definitions/objectSchema"
|
|
1522
1514
|
}
|
|
1523
1515
|
},
|
|
1524
|
-
"required": [
|
|
1525
|
-
"schema"
|
|
1526
|
-
],
|
|
1516
|
+
"required": ["schema"],
|
|
1527
1517
|
"additionalProperties": false
|
|
1528
1518
|
}
|
|
1529
1519
|
]
|
|
@@ -1568,9 +1558,7 @@
|
|
|
1568
1558
|
}
|
|
1569
1559
|
},
|
|
1570
1560
|
"additionalProperties": false,
|
|
1571
|
-
"required": [
|
|
1572
|
-
"widget"
|
|
1573
|
-
]
|
|
1561
|
+
"required": ["widget"]
|
|
1574
1562
|
},
|
|
1575
1563
|
"formObjectConfig": {
|
|
1576
1564
|
"title": "Form Object Config",
|
|
@@ -1607,10 +1595,7 @@
|
|
|
1607
1595
|
}
|
|
1608
1596
|
},
|
|
1609
1597
|
"additionalProperties": false,
|
|
1610
|
-
"required": [
|
|
1611
|
-
"widget",
|
|
1612
|
-
"items"
|
|
1613
|
-
]
|
|
1598
|
+
"required": ["widget", "items"]
|
|
1614
1599
|
},
|
|
1615
1600
|
"customAuthentication": {
|
|
1616
1601
|
"title": "Custom Authentication",
|
|
@@ -1629,10 +1614,7 @@
|
|
|
1629
1614
|
"type": "string"
|
|
1630
1615
|
}
|
|
1631
1616
|
},
|
|
1632
|
-
"required": [
|
|
1633
|
-
"name",
|
|
1634
|
-
"value"
|
|
1635
|
-
],
|
|
1617
|
+
"required": ["name", "value"],
|
|
1636
1618
|
"additionalProperties": false
|
|
1637
1619
|
}
|
|
1638
1620
|
},
|
|
@@ -1696,10 +1678,7 @@
|
|
|
1696
1678
|
"properties": {
|
|
1697
1679
|
"grantType": {
|
|
1698
1680
|
"type": "string",
|
|
1699
|
-
"enum": [
|
|
1700
|
-
"authorizationCode",
|
|
1701
|
-
"clientCredentials"
|
|
1702
|
-
]
|
|
1681
|
+
"enum": ["authorizationCode", "clientCredentials"]
|
|
1703
1682
|
},
|
|
1704
1683
|
"authorizationUrl": {
|
|
1705
1684
|
"type": "string"
|
|
@@ -1777,16 +1756,7 @@
|
|
|
1777
1756
|
"title": "Service Type",
|
|
1778
1757
|
"description": "The general type of this service, specifying how and where it will be utilized.",
|
|
1779
1758
|
"type": "string",
|
|
1780
|
-
"enum": [
|
|
1781
|
-
"deployment",
|
|
1782
|
-
"authentication",
|
|
1783
|
-
"takeshape",
|
|
1784
|
-
"rest",
|
|
1785
|
-
"graphql",
|
|
1786
|
-
"openapi",
|
|
1787
|
-
"aws",
|
|
1788
|
-
"unknown"
|
|
1789
|
-
]
|
|
1759
|
+
"enum": ["deployment", "authentication", "takeshape", "rest", "graphql", "openapi", "aws", "unknown"]
|
|
1790
1760
|
},
|
|
1791
1761
|
"serviceConfig": {
|
|
1792
1762
|
"title": "Service Config",
|
|
@@ -1813,17 +1783,7 @@
|
|
|
1813
1783
|
},
|
|
1814
1784
|
"authenticationType": {
|
|
1815
1785
|
"type": "string",
|
|
1816
|
-
"enum": [
|
|
1817
|
-
"oauth2",
|
|
1818
|
-
"basic",
|
|
1819
|
-
"bearer",
|
|
1820
|
-
"searchParams",
|
|
1821
|
-
"oauth2Bearer",
|
|
1822
|
-
"custom",
|
|
1823
|
-
"aws",
|
|
1824
|
-
"none",
|
|
1825
|
-
"unknown"
|
|
1826
|
-
]
|
|
1786
|
+
"enum": ["oauth2", "basic", "bearer", "searchParams", "oauth2Bearer", "custom", "aws", "none", "unknown"]
|
|
1827
1787
|
},
|
|
1828
1788
|
"authentication": {
|
|
1829
1789
|
"$ref": "#/definitions/serviceAuthentication"
|
|
@@ -1836,13 +1796,7 @@
|
|
|
1836
1796
|
"description": "Configuration options passed to and handled by the provider."
|
|
1837
1797
|
}
|
|
1838
1798
|
},
|
|
1839
|
-
"required": [
|
|
1840
|
-
"id",
|
|
1841
|
-
"title",
|
|
1842
|
-
"provider",
|
|
1843
|
-
"serviceType",
|
|
1844
|
-
"authenticationType"
|
|
1845
|
-
],
|
|
1799
|
+
"required": ["id", "title", "provider", "serviceType", "authenticationType"],
|
|
1846
1800
|
"additionalProperties": false
|
|
1847
1801
|
},
|
|
1848
1802
|
"storedServiceConfig": {
|
|
@@ -1866,17 +1820,7 @@
|
|
|
1866
1820
|
},
|
|
1867
1821
|
"authenticationType": {
|
|
1868
1822
|
"type": "string",
|
|
1869
|
-
"enum": [
|
|
1870
|
-
"oauth2",
|
|
1871
|
-
"basic",
|
|
1872
|
-
"bearer",
|
|
1873
|
-
"searchParams",
|
|
1874
|
-
"oauth2Bearer",
|
|
1875
|
-
"custom",
|
|
1876
|
-
"aws",
|
|
1877
|
-
"none",
|
|
1878
|
-
"unknown"
|
|
1879
|
-
]
|
|
1823
|
+
"enum": ["oauth2", "basic", "bearer", "searchParams", "oauth2Bearer", "custom", "aws", "none", "unknown"]
|
|
1880
1824
|
},
|
|
1881
1825
|
"authentication": {
|
|
1882
1826
|
"type": "string"
|
|
@@ -1889,12 +1833,7 @@
|
|
|
1889
1833
|
"description": "Configuration options passed to and handled by the provider."
|
|
1890
1834
|
}
|
|
1891
1835
|
},
|
|
1892
|
-
"required": [
|
|
1893
|
-
"title",
|
|
1894
|
-
"provider",
|
|
1895
|
-
"serviceType",
|
|
1896
|
-
"authenticationType"
|
|
1897
|
-
],
|
|
1836
|
+
"required": ["title", "provider", "serviceType", "authenticationType"],
|
|
1898
1837
|
"additionalProperties": false
|
|
1899
1838
|
},
|
|
1900
1839
|
"anyServiceConfig": {
|
|
@@ -1952,13 +1891,7 @@
|
|
|
1952
1891
|
"description": "machine-readable id"
|
|
1953
1892
|
}
|
|
1954
1893
|
},
|
|
1955
|
-
"required": [
|
|
1956
|
-
"name",
|
|
1957
|
-
"title",
|
|
1958
|
-
"color",
|
|
1959
|
-
"live",
|
|
1960
|
-
"key"
|
|
1961
|
-
],
|
|
1894
|
+
"required": ["name", "title", "color", "live", "key"],
|
|
1962
1895
|
"additionalProperties": false
|
|
1963
1896
|
},
|
|
1964
1897
|
"workflow": {
|
|
@@ -1985,11 +1918,7 @@
|
|
|
1985
1918
|
"minItems": 1
|
|
1986
1919
|
}
|
|
1987
1920
|
},
|
|
1988
|
-
"required": [
|
|
1989
|
-
"name",
|
|
1990
|
-
"title",
|
|
1991
|
-
"steps"
|
|
1992
|
-
]
|
|
1921
|
+
"required": ["name", "title", "steps"]
|
|
1993
1922
|
},
|
|
1994
1923
|
"workflowMap": {
|
|
1995
1924
|
"title": "Workflow Map",
|
|
@@ -2017,9 +1946,86 @@
|
|
|
2017
1946
|
"$ref": "#/definitions/formConfig"
|
|
2018
1947
|
}
|
|
2019
1948
|
},
|
|
2020
|
-
"required": [
|
|
2021
|
-
|
|
2022
|
-
|
|
1949
|
+
"required": ["default"]
|
|
1950
|
+
},
|
|
1951
|
+
"variable": {
|
|
1952
|
+
"title": "Variable",
|
|
1953
|
+
"type": "object",
|
|
1954
|
+
"properties": {
|
|
1955
|
+
"description": {
|
|
1956
|
+
"type": "string"
|
|
1957
|
+
},
|
|
1958
|
+
"default": {
|
|
1959
|
+
"type": ["string", "number", "boolean"]
|
|
1960
|
+
},
|
|
1961
|
+
"required": {
|
|
1962
|
+
"type": "boolean"
|
|
1963
|
+
},
|
|
1964
|
+
"type": {
|
|
1965
|
+
"type": "string",
|
|
1966
|
+
"enum": ["string", "number", "boolean"]
|
|
1967
|
+
},
|
|
1968
|
+
"constraints": {
|
|
1969
|
+
"type": "object"
|
|
1970
|
+
}
|
|
1971
|
+
}
|
|
1972
|
+
},
|
|
1973
|
+
"dependency": {
|
|
1974
|
+
"title": "Dependency",
|
|
1975
|
+
"type": "object",
|
|
1976
|
+
"properties": {
|
|
1977
|
+
"description": {
|
|
1978
|
+
"type": "string"
|
|
1979
|
+
},
|
|
1980
|
+
"required": {
|
|
1981
|
+
"type": "boolean"
|
|
1982
|
+
},
|
|
1983
|
+
"type": {
|
|
1984
|
+
"type": "string",
|
|
1985
|
+
"enum": ["service", "layer"]
|
|
1986
|
+
},
|
|
1987
|
+
"constraints": {
|
|
1988
|
+
"type": "object",
|
|
1989
|
+
"serviceType": {
|
|
1990
|
+
"$ref": "#/definitions/serviceType"
|
|
1991
|
+
},
|
|
1992
|
+
"provider": {
|
|
1993
|
+
"type": "string"
|
|
1994
|
+
},
|
|
1995
|
+
"layerType": {
|
|
1996
|
+
"type": "string"
|
|
1997
|
+
},
|
|
1998
|
+
"shapes": {
|
|
1999
|
+
"type": "array",
|
|
2000
|
+
"items": {
|
|
2001
|
+
"type": "string"
|
|
2002
|
+
}
|
|
2003
|
+
}
|
|
2004
|
+
}
|
|
2005
|
+
}
|
|
2006
|
+
},
|
|
2007
|
+
"variableMap": {
|
|
2008
|
+
"title": "Variable Map",
|
|
2009
|
+
"type": "object",
|
|
2010
|
+
"patternProperties": {
|
|
2011
|
+
"[0-9A-Za-z_-]+": {
|
|
2012
|
+
"$ref": "#/definitions/variable"
|
|
2013
|
+
}
|
|
2014
|
+
}
|
|
2015
|
+
},
|
|
2016
|
+
"dependencyMap": {
|
|
2017
|
+
"title": "Dependency Map",
|
|
2018
|
+
"type": "object",
|
|
2019
|
+
"patternProperties": {
|
|
2020
|
+
"[0-9A-Za-z_-]+": {
|
|
2021
|
+
"$ref": "#/definitions/dependency"
|
|
2022
|
+
}
|
|
2023
|
+
}
|
|
2024
|
+
},
|
|
2025
|
+
"layerType": {
|
|
2026
|
+
"title": "Layer Type",
|
|
2027
|
+
"type": "string",
|
|
2028
|
+
"enum": ["service", "pattern"]
|
|
2023
2029
|
},
|
|
2024
2030
|
"layerSchema": {
|
|
2025
2031
|
"title": "Layer Schema",
|
|
@@ -2027,13 +2033,22 @@
|
|
|
2027
2033
|
"layerId": {
|
|
2028
2034
|
"type": "string"
|
|
2029
2035
|
},
|
|
2036
|
+
"layerType": {
|
|
2037
|
+
"$ref": "#/definitions/layerType"
|
|
2038
|
+
},
|
|
2030
2039
|
"schemaVersion": {
|
|
2031
2040
|
"type": "string",
|
|
2032
|
-
"enum": [
|
|
2033
|
-
"4.0.0"
|
|
2034
|
-
],
|
|
2041
|
+
"enum": ["4.0.0"],
|
|
2035
2042
|
"description": "The version of the schema format your project is using. We increase the version as we make breaking changes to the schema format."
|
|
2036
2043
|
},
|
|
2044
|
+
"variables": {
|
|
2045
|
+
"$ref": "#/definitions/variableMap",
|
|
2046
|
+
"description": "Variables used throughout the layer, providing primitive values."
|
|
2047
|
+
},
|
|
2048
|
+
"dependencies": {
|
|
2049
|
+
"$ref": "#/definitions/dependencyMap",
|
|
2050
|
+
"description": "Dependencies used throughout the layer, providing ids for services and other layers."
|
|
2051
|
+
},
|
|
2037
2052
|
"queries": {
|
|
2038
2053
|
"$ref": "#/definitions/queryMap",
|
|
2039
2054
|
"description": "Queries map directly to queries your project's GraphQL API"
|
|
@@ -2060,10 +2075,7 @@
|
|
|
2060
2075
|
}
|
|
2061
2076
|
},
|
|
2062
2077
|
"additionalProperties": false,
|
|
2063
|
-
"required": [
|
|
2064
|
-
"layerId",
|
|
2065
|
-
"schemaVersion"
|
|
2066
|
-
]
|
|
2078
|
+
"required": ["layerId", "schemaVersion"]
|
|
2067
2079
|
},
|
|
2068
2080
|
"layerMap": {
|
|
2069
2081
|
"title": "Layer Map",
|
|
@@ -2090,6 +2102,22 @@
|
|
|
2090
2102
|
},
|
|
2091
2103
|
"namespace": {
|
|
2092
2104
|
"type": "string"
|
|
2105
|
+
},
|
|
2106
|
+
"dependencies": {
|
|
2107
|
+
"type": "object",
|
|
2108
|
+
"patternProperties": {
|
|
2109
|
+
"[0-9A-Za-z_-]+": {
|
|
2110
|
+
"type": "string"
|
|
2111
|
+
}
|
|
2112
|
+
}
|
|
2113
|
+
},
|
|
2114
|
+
"variables": {
|
|
2115
|
+
"type": "object",
|
|
2116
|
+
"patternProperties": {
|
|
2117
|
+
"[0-9A-Za-z_-]+": {
|
|
2118
|
+
"type": ["string", "number", "boolean"]
|
|
2119
|
+
}
|
|
2120
|
+
}
|
|
2093
2121
|
}
|
|
2094
2122
|
},
|
|
2095
2123
|
"required": ["id"],
|
|
@@ -2107,9 +2135,7 @@
|
|
|
2107
2135
|
},
|
|
2108
2136
|
"schemaVersion": {
|
|
2109
2137
|
"type": "string",
|
|
2110
|
-
"enum": [
|
|
2111
|
-
"4.0.0"
|
|
2112
|
-
],
|
|
2138
|
+
"enum": ["4.0.0"],
|
|
2113
2139
|
"description": "The version of the schema format your project is using. We increase the version as we make breaking changes to the schema format."
|
|
2114
2140
|
},
|
|
2115
2141
|
"projectId": {
|
|
@@ -2217,9 +2243,7 @@
|
|
|
2217
2243
|
},
|
|
2218
2244
|
"schemaVersion": {
|
|
2219
2245
|
"type": "string",
|
|
2220
|
-
"enum": [
|
|
2221
|
-
"4.0.0"
|
|
2222
|
-
],
|
|
2246
|
+
"enum": ["4.0.0"],
|
|
2223
2247
|
"description": "The version of the schema format your project is using. We increase the version as we make breaking changes to the schema format."
|
|
2224
2248
|
},
|
|
2225
2249
|
"projectId": {
|
|
@@ -2261,10 +2285,7 @@
|
|
|
2261
2285
|
"layers": {
|
|
2262
2286
|
"type": "array",
|
|
2263
2287
|
"items": {
|
|
2264
|
-
"oneOf": [
|
|
2265
|
-
{"type": "string"},
|
|
2266
|
-
{"$ref": "#/definitions/layerConfig"}
|
|
2267
|
-
]
|
|
2288
|
+
"oneOf": [{"type": "string"}, {"$ref": "#/definitions/layerConfig"}]
|
|
2268
2289
|
}
|
|
2269
2290
|
},
|
|
2270
2291
|
"dataKey": {
|
|
@@ -2289,4 +2310,3 @@
|
|
|
2289
2310
|
"dataKey"
|
|
2290
2311
|
]
|
|
2291
2312
|
}
|
|
2292
|
-
|
|
@@ -43361,4 +43361,4 @@
|
|
|
43361
43361
|
},
|
|
43362
43362
|
"schemaVersion": "3.12.1",
|
|
43363
43363
|
"services": {}
|
|
43364
|
-
}
|
|
43364
|
+
}
|
|
@@ -1,6 +1,41 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "4.0.0",
|
|
3
3
|
"layerId": "character-notes",
|
|
4
|
+
"layerType": "pattern",
|
|
5
|
+
"dependencies": {
|
|
6
|
+
"rickAndMortyService": {
|
|
7
|
+
"description": "A service connection for Rick and Morty.",
|
|
8
|
+
"required": true,
|
|
9
|
+
"type": "service",
|
|
10
|
+
"constraints": {
|
|
11
|
+
"serviceType": "graphql",
|
|
12
|
+
"provider": "generic"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"rickAndMortyLayer": {
|
|
16
|
+
"description": "A service layer this layer will extend.",
|
|
17
|
+
"required": true,
|
|
18
|
+
"type": "layer",
|
|
19
|
+
"constraints": {
|
|
20
|
+
"layerType": "service",
|
|
21
|
+
"shapes": ["Character"]
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"variables": {
|
|
26
|
+
"ttl": {
|
|
27
|
+
"type": "number",
|
|
28
|
+
"description": "A time in seconds to cache a result.",
|
|
29
|
+
"required": true,
|
|
30
|
+
"default": 30
|
|
31
|
+
},
|
|
32
|
+
"ignoreErrors": {
|
|
33
|
+
"type": "boolean",
|
|
34
|
+
"description": "Whether to ignore errors in the notes resolver.",
|
|
35
|
+
"required": true,
|
|
36
|
+
"default": true
|
|
37
|
+
}
|
|
38
|
+
},
|
|
4
39
|
"queries": {
|
|
5
40
|
"getCharacterNote": {
|
|
6
41
|
"shape": "CharacterNote",
|
|
@@ -99,19 +134,30 @@
|
|
|
99
134
|
"@key": "re7ddpIH1"
|
|
100
135
|
},
|
|
101
136
|
"character": {
|
|
102
|
-
"@ref": "
|
|
137
|
+
"@ref": "Character",
|
|
103
138
|
"@resolver": {
|
|
104
139
|
"name": "graphql:query",
|
|
105
|
-
"service": "
|
|
140
|
+
"service": "{{ rickAndMortyService }}",
|
|
106
141
|
"fieldName": "character",
|
|
107
|
-
"
|
|
142
|
+
"args": {
|
|
143
|
+
"ops": [
|
|
144
|
+
{
|
|
145
|
+
"path": "id",
|
|
146
|
+
"mapping": "$source.characterId"
|
|
147
|
+
}
|
|
148
|
+
]
|
|
149
|
+
},
|
|
150
|
+
"options": {
|
|
151
|
+
"ignoreErrors": "{{ ignoreErrors }}",
|
|
152
|
+
"ttl": "{{ ttl }}"
|
|
153
|
+
}
|
|
108
154
|
}
|
|
109
155
|
}
|
|
110
156
|
},
|
|
111
157
|
"required": ["characterId"]
|
|
112
158
|
}
|
|
113
159
|
},
|
|
114
|
-
"
|
|
160
|
+
"{{ rickAndMortyLayer }}:Character": {
|
|
115
161
|
"override": "extend",
|
|
116
162
|
"schema": {
|
|
117
163
|
"type": "object",
|
|
@@ -122,8 +168,13 @@
|
|
|
122
168
|
"name": "takeshape:find",
|
|
123
169
|
"service": "takeshape",
|
|
124
170
|
"shapeName": "CharacterNote",
|
|
125
|
-
"
|
|
126
|
-
"
|
|
171
|
+
"args": {
|
|
172
|
+
"ops": [
|
|
173
|
+
{
|
|
174
|
+
"path": "where.characterId.eq",
|
|
175
|
+
"mapping": "$source.id"
|
|
176
|
+
}
|
|
177
|
+
]
|
|
127
178
|
}
|
|
128
179
|
}
|
|
129
180
|
}
|
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "4.0.0",
|
|
3
3
|
"layerId": "rick-and-morty",
|
|
4
|
+
"layerType": "service",
|
|
5
|
+
"dependencies": {
|
|
6
|
+
"rickAndMortyService": {
|
|
7
|
+
"description": "A service connection for Rick and Morty.",
|
|
8
|
+
"required": true,
|
|
9
|
+
"type": "service",
|
|
10
|
+
"constraints": {
|
|
11
|
+
"serviceType": "graphql",
|
|
12
|
+
"provider": "generic"
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
},
|
|
4
16
|
"shapes": {
|
|
5
17
|
"Character": {
|
|
6
18
|
"schema": {
|
|
@@ -55,9 +67,7 @@
|
|
|
55
67
|
"description": "Time at which the character was created in the database."
|
|
56
68
|
}
|
|
57
69
|
},
|
|
58
|
-
"required": [
|
|
59
|
-
"episode"
|
|
60
|
-
]
|
|
70
|
+
"required": ["episode"]
|
|
61
71
|
}
|
|
62
72
|
},
|
|
63
73
|
"Characters": {
|
|
@@ -111,9 +121,7 @@
|
|
|
111
121
|
"description": "Time at which the episode was created in the database."
|
|
112
122
|
}
|
|
113
123
|
},
|
|
114
|
-
"required": [
|
|
115
|
-
"characters"
|
|
116
|
-
]
|
|
124
|
+
"required": ["characters"]
|
|
117
125
|
}
|
|
118
126
|
},
|
|
119
127
|
"Episodes": {
|
|
@@ -239,9 +247,7 @@
|
|
|
239
247
|
"description": "Time at which the location was created in the database."
|
|
240
248
|
}
|
|
241
249
|
},
|
|
242
|
-
"required": [
|
|
243
|
-
"residents"
|
|
244
|
-
]
|
|
250
|
+
"required": ["residents"]
|
|
245
251
|
}
|
|
246
252
|
},
|
|
247
253
|
"Locations": {
|
|
@@ -265,7 +271,7 @@
|
|
|
265
271
|
"character": {
|
|
266
272
|
"resolver": {
|
|
267
273
|
"name": "graphql:query",
|
|
268
|
-
"service": "
|
|
274
|
+
"service": "{{rickAndMortyService}}",
|
|
269
275
|
"fieldName": "character"
|
|
270
276
|
},
|
|
271
277
|
"args": {
|
|
@@ -276,16 +282,14 @@
|
|
|
276
282
|
"@tag": "id"
|
|
277
283
|
}
|
|
278
284
|
},
|
|
279
|
-
"required": [
|
|
280
|
-
"id"
|
|
281
|
-
]
|
|
285
|
+
"required": ["id"]
|
|
282
286
|
},
|
|
283
287
|
"shape": "Character"
|
|
284
288
|
},
|
|
285
289
|
"characters": {
|
|
286
290
|
"resolver": {
|
|
287
291
|
"name": "graphql:query",
|
|
288
|
-
"service": "
|
|
292
|
+
"service": "{{rickAndMortyService}}",
|
|
289
293
|
"fieldName": "characters"
|
|
290
294
|
},
|
|
291
295
|
"args": {
|
|
@@ -304,7 +308,7 @@
|
|
|
304
308
|
"charactersByIds": {
|
|
305
309
|
"resolver": {
|
|
306
310
|
"name": "graphql:query",
|
|
307
|
-
"service": "
|
|
311
|
+
"service": "{{rickAndMortyService}}",
|
|
308
312
|
"fieldName": "charactersByIds"
|
|
309
313
|
},
|
|
310
314
|
"args": {
|
|
@@ -318,9 +322,7 @@
|
|
|
318
322
|
}
|
|
319
323
|
}
|
|
320
324
|
},
|
|
321
|
-
"required": [
|
|
322
|
-
"ids"
|
|
323
|
-
]
|
|
325
|
+
"required": ["ids"]
|
|
324
326
|
},
|
|
325
327
|
"shape": {
|
|
326
328
|
"type": "array",
|
|
@@ -332,7 +334,7 @@
|
|
|
332
334
|
"location": {
|
|
333
335
|
"resolver": {
|
|
334
336
|
"name": "graphql:query",
|
|
335
|
-
"service": "
|
|
337
|
+
"service": "{{rickAndMortyService}}",
|
|
336
338
|
"fieldName": "location"
|
|
337
339
|
},
|
|
338
340
|
"args": {
|
|
@@ -343,16 +345,14 @@
|
|
|
343
345
|
"@tag": "id"
|
|
344
346
|
}
|
|
345
347
|
},
|
|
346
|
-
"required": [
|
|
347
|
-
"id"
|
|
348
|
-
]
|
|
348
|
+
"required": ["id"]
|
|
349
349
|
},
|
|
350
350
|
"shape": "Location"
|
|
351
351
|
},
|
|
352
352
|
"locations": {
|
|
353
353
|
"resolver": {
|
|
354
354
|
"name": "graphql:query",
|
|
355
|
-
"service": "
|
|
355
|
+
"service": "{{rickAndMortyService}}",
|
|
356
356
|
"fieldName": "locations"
|
|
357
357
|
},
|
|
358
358
|
"args": {
|
|
@@ -371,7 +371,7 @@
|
|
|
371
371
|
"locationsByIds": {
|
|
372
372
|
"resolver": {
|
|
373
373
|
"name": "graphql:query",
|
|
374
|
-
"service": "
|
|
374
|
+
"service": "{{rickAndMortyService}}",
|
|
375
375
|
"fieldName": "locationsByIds"
|
|
376
376
|
},
|
|
377
377
|
"args": {
|
|
@@ -385,9 +385,7 @@
|
|
|
385
385
|
}
|
|
386
386
|
}
|
|
387
387
|
},
|
|
388
|
-
"required": [
|
|
389
|
-
"ids"
|
|
390
|
-
]
|
|
388
|
+
"required": ["ids"]
|
|
391
389
|
},
|
|
392
390
|
"shape": {
|
|
393
391
|
"type": "array",
|
|
@@ -399,7 +397,7 @@
|
|
|
399
397
|
"episode": {
|
|
400
398
|
"resolver": {
|
|
401
399
|
"name": "graphql:query",
|
|
402
|
-
"service": "
|
|
400
|
+
"service": "{{rickAndMortyService}}",
|
|
403
401
|
"fieldName": "episode"
|
|
404
402
|
},
|
|
405
403
|
"args": {
|
|
@@ -410,16 +408,14 @@
|
|
|
410
408
|
"@tag": "id"
|
|
411
409
|
}
|
|
412
410
|
},
|
|
413
|
-
"required": [
|
|
414
|
-
"id"
|
|
415
|
-
]
|
|
411
|
+
"required": ["id"]
|
|
416
412
|
},
|
|
417
413
|
"shape": "Episode"
|
|
418
414
|
},
|
|
419
415
|
"episodes": {
|
|
420
416
|
"resolver": {
|
|
421
417
|
"name": "graphql:query",
|
|
422
|
-
"service": "
|
|
418
|
+
"service": "{{rickAndMortyService}}",
|
|
423
419
|
"fieldName": "episodes"
|
|
424
420
|
},
|
|
425
421
|
"args": {
|
|
@@ -438,7 +434,7 @@
|
|
|
438
434
|
"episodesByIds": {
|
|
439
435
|
"resolver": {
|
|
440
436
|
"name": "graphql:query",
|
|
441
|
-
"service": "
|
|
437
|
+
"service": "{{rickAndMortyService}}",
|
|
442
438
|
"fieldName": "episodesByIds"
|
|
443
439
|
},
|
|
444
440
|
"args": {
|
|
@@ -452,9 +448,7 @@
|
|
|
452
448
|
}
|
|
453
449
|
}
|
|
454
450
|
},
|
|
455
|
-
"required": [
|
|
456
|
-
"ids"
|
|
457
|
-
]
|
|
451
|
+
"required": ["ids"]
|
|
458
452
|
},
|
|
459
453
|
"shape": {
|
|
460
454
|
"type": "array",
|
|
@@ -5,17 +5,25 @@
|
|
|
5
5
|
"schemaVersion": "4.0.0",
|
|
6
6
|
"apiVersion": "2",
|
|
7
7
|
"defaultLocale": "en",
|
|
8
|
-
"locales": [
|
|
9
|
-
"en",
|
|
10
|
-
"es"
|
|
11
|
-
],
|
|
8
|
+
"locales": ["en", "es"],
|
|
12
9
|
"created": "2016-06-21T15:16:19.051Z",
|
|
13
10
|
"updated": "2016-06-21T15:16:19.051Z",
|
|
14
11
|
"author": "<userId>",
|
|
15
12
|
"layers": [
|
|
16
|
-
{
|
|
17
|
-
|
|
18
|
-
|
|
13
|
+
{
|
|
14
|
+
"id": "character-notes",
|
|
15
|
+
"visibility": ["*"],
|
|
16
|
+
"dependencies": {"rickAndMortyService": "rick-and-morty", "rickAndMortyLayer": "rick-and-morty"},
|
|
17
|
+
"variables": {"ttl": 100, "ignoreErrors": true},
|
|
18
|
+
"namespace": "Notes"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"id": "rick-and-morty",
|
|
22
|
+
"visibility": ["queries.character*"],
|
|
23
|
+
"dependencies": {"rickAndMortyService": "rick-and-morty"},
|
|
24
|
+
"namespace": "Rm"
|
|
25
|
+
},
|
|
26
|
+
{"id": "takeshape-assets", "visibility": ["*"], "namespace": "TS"},
|
|
19
27
|
"takeshape-static-sites",
|
|
20
28
|
"takeshape-builtins"
|
|
21
29
|
],
|
package/lib/schemas/index.d.ts
CHANGED
|
@@ -1868,17 +1868,107 @@ export declare const allProjectSchemas: ({
|
|
|
1868
1868
|
};
|
|
1869
1869
|
required: string[];
|
|
1870
1870
|
};
|
|
1871
|
+
variable: {
|
|
1872
|
+
title: string;
|
|
1873
|
+
type: string;
|
|
1874
|
+
properties: {
|
|
1875
|
+
description: {
|
|
1876
|
+
type: string;
|
|
1877
|
+
};
|
|
1878
|
+
default: {
|
|
1879
|
+
type: string[];
|
|
1880
|
+
};
|
|
1881
|
+
required: {
|
|
1882
|
+
type: string;
|
|
1883
|
+
};
|
|
1884
|
+
type: {
|
|
1885
|
+
type: string;
|
|
1886
|
+
enum: string[];
|
|
1887
|
+
};
|
|
1888
|
+
constraints: {
|
|
1889
|
+
type: string;
|
|
1890
|
+
};
|
|
1891
|
+
};
|
|
1892
|
+
};
|
|
1893
|
+
dependency: {
|
|
1894
|
+
title: string;
|
|
1895
|
+
type: string;
|
|
1896
|
+
properties: {
|
|
1897
|
+
description: {
|
|
1898
|
+
type: string;
|
|
1899
|
+
};
|
|
1900
|
+
required: {
|
|
1901
|
+
type: string;
|
|
1902
|
+
};
|
|
1903
|
+
type: {
|
|
1904
|
+
type: string;
|
|
1905
|
+
enum: string[];
|
|
1906
|
+
};
|
|
1907
|
+
constraints: {
|
|
1908
|
+
type: string;
|
|
1909
|
+
serviceType: {
|
|
1910
|
+
$ref: string;
|
|
1911
|
+
};
|
|
1912
|
+
provider: {
|
|
1913
|
+
type: string;
|
|
1914
|
+
};
|
|
1915
|
+
layerType: {
|
|
1916
|
+
type: string;
|
|
1917
|
+
};
|
|
1918
|
+
shapes: {
|
|
1919
|
+
type: string;
|
|
1920
|
+
items: {
|
|
1921
|
+
type: string;
|
|
1922
|
+
};
|
|
1923
|
+
};
|
|
1924
|
+
};
|
|
1925
|
+
};
|
|
1926
|
+
};
|
|
1927
|
+
variableMap: {
|
|
1928
|
+
title: string;
|
|
1929
|
+
type: string;
|
|
1930
|
+
patternProperties: {
|
|
1931
|
+
"[0-9A-Za-z_-]+": {
|
|
1932
|
+
$ref: string;
|
|
1933
|
+
};
|
|
1934
|
+
};
|
|
1935
|
+
};
|
|
1936
|
+
dependencyMap: {
|
|
1937
|
+
title: string;
|
|
1938
|
+
type: string;
|
|
1939
|
+
patternProperties: {
|
|
1940
|
+
"[0-9A-Za-z_-]+": {
|
|
1941
|
+
$ref: string;
|
|
1942
|
+
};
|
|
1943
|
+
};
|
|
1944
|
+
};
|
|
1945
|
+
layerType: {
|
|
1946
|
+
title: string;
|
|
1947
|
+
type: string;
|
|
1948
|
+
enum: string[];
|
|
1949
|
+
};
|
|
1871
1950
|
layerSchema: {
|
|
1872
1951
|
title: string;
|
|
1873
1952
|
properties: {
|
|
1874
1953
|
layerId: {
|
|
1875
1954
|
type: string;
|
|
1876
1955
|
};
|
|
1956
|
+
layerType: {
|
|
1957
|
+
$ref: string;
|
|
1958
|
+
};
|
|
1877
1959
|
schemaVersion: {
|
|
1878
1960
|
type: string;
|
|
1879
1961
|
enum: string[];
|
|
1880
1962
|
description: string;
|
|
1881
1963
|
};
|
|
1964
|
+
variables: {
|
|
1965
|
+
$ref: string;
|
|
1966
|
+
description: string;
|
|
1967
|
+
};
|
|
1968
|
+
dependencies: {
|
|
1969
|
+
$ref: string;
|
|
1970
|
+
description: string;
|
|
1971
|
+
};
|
|
1882
1972
|
queries: {
|
|
1883
1973
|
$ref: string;
|
|
1884
1974
|
description: string;
|
|
@@ -1933,6 +2023,22 @@ export declare const allProjectSchemas: ({
|
|
|
1933
2023
|
namespace: {
|
|
1934
2024
|
type: string;
|
|
1935
2025
|
};
|
|
2026
|
+
dependencies: {
|
|
2027
|
+
type: string;
|
|
2028
|
+
patternProperties: {
|
|
2029
|
+
"[0-9A-Za-z_-]+": {
|
|
2030
|
+
type: string;
|
|
2031
|
+
};
|
|
2032
|
+
};
|
|
2033
|
+
};
|
|
2034
|
+
variables: {
|
|
2035
|
+
type: string;
|
|
2036
|
+
patternProperties: {
|
|
2037
|
+
"[0-9A-Za-z_-]+": {
|
|
2038
|
+
type: string[];
|
|
2039
|
+
};
|
|
2040
|
+
};
|
|
2041
|
+
};
|
|
1936
2042
|
};
|
|
1937
2043
|
required: string[];
|
|
1938
2044
|
additionalProperties: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/schemas/index.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,sBAAsB,WAAW,CAAC;AAC/C,OAAO,EAAC,OAAO,IAAI,gBAAgB,EAAC,MAAM,uBAAuB,CAAC;AAClE,OAAO,EAAC,OAAO,IAAI,gBAAgB,EAAC,MAAM,+BAA+B,CAAC;AA8B1E,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA8B7B,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/schemas/index.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,sBAAsB,WAAW,CAAC;AAC/C,OAAO,EAAC,OAAO,IAAI,gBAAgB,EAAC,MAAM,uBAAuB,CAAC;AAClE,OAAO,EAAC,OAAO,IAAI,gBAAgB,EAAC,MAAM,+BAA+B,CAAC;AA8B1E,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA8B7B,CAAC"}
|
|
@@ -1480,16 +1480,10 @@
|
|
|
1480
1480
|
"type": {
|
|
1481
1481
|
"title": "Model Type",
|
|
1482
1482
|
"type": "string",
|
|
1483
|
-
"enum": [
|
|
1484
|
-
"single",
|
|
1485
|
-
"multiple",
|
|
1486
|
-
"taxonomy"
|
|
1487
|
-
]
|
|
1483
|
+
"enum": ["single", "multiple", "taxonomy"]
|
|
1488
1484
|
}
|
|
1489
1485
|
},
|
|
1490
|
-
"required": [
|
|
1491
|
-
"type"
|
|
1492
|
-
],
|
|
1486
|
+
"required": ["type"],
|
|
1493
1487
|
"additionalProperties": false
|
|
1494
1488
|
},
|
|
1495
1489
|
"workflow": {
|
|
@@ -1502,9 +1496,7 @@
|
|
|
1502
1496
|
"$ref": "#/definitions/shapeSchema"
|
|
1503
1497
|
}
|
|
1504
1498
|
},
|
|
1505
|
-
"required": [
|
|
1506
|
-
"schema"
|
|
1507
|
-
],
|
|
1499
|
+
"required": ["schema"],
|
|
1508
1500
|
"additionalProperties": false
|
|
1509
1501
|
},
|
|
1510
1502
|
"shapeWithObjectSchema": {
|
|
@@ -1521,9 +1513,7 @@
|
|
|
1521
1513
|
"$ref": "#/definitions/objectSchema"
|
|
1522
1514
|
}
|
|
1523
1515
|
},
|
|
1524
|
-
"required": [
|
|
1525
|
-
"schema"
|
|
1526
|
-
],
|
|
1516
|
+
"required": ["schema"],
|
|
1527
1517
|
"additionalProperties": false
|
|
1528
1518
|
}
|
|
1529
1519
|
]
|
|
@@ -1568,9 +1558,7 @@
|
|
|
1568
1558
|
}
|
|
1569
1559
|
},
|
|
1570
1560
|
"additionalProperties": false,
|
|
1571
|
-
"required": [
|
|
1572
|
-
"widget"
|
|
1573
|
-
]
|
|
1561
|
+
"required": ["widget"]
|
|
1574
1562
|
},
|
|
1575
1563
|
"formObjectConfig": {
|
|
1576
1564
|
"title": "Form Object Config",
|
|
@@ -1607,10 +1595,7 @@
|
|
|
1607
1595
|
}
|
|
1608
1596
|
},
|
|
1609
1597
|
"additionalProperties": false,
|
|
1610
|
-
"required": [
|
|
1611
|
-
"widget",
|
|
1612
|
-
"items"
|
|
1613
|
-
]
|
|
1598
|
+
"required": ["widget", "items"]
|
|
1614
1599
|
},
|
|
1615
1600
|
"customAuthentication": {
|
|
1616
1601
|
"title": "Custom Authentication",
|
|
@@ -1629,10 +1614,7 @@
|
|
|
1629
1614
|
"type": "string"
|
|
1630
1615
|
}
|
|
1631
1616
|
},
|
|
1632
|
-
"required": [
|
|
1633
|
-
"name",
|
|
1634
|
-
"value"
|
|
1635
|
-
],
|
|
1617
|
+
"required": ["name", "value"],
|
|
1636
1618
|
"additionalProperties": false
|
|
1637
1619
|
}
|
|
1638
1620
|
},
|
|
@@ -1696,10 +1678,7 @@
|
|
|
1696
1678
|
"properties": {
|
|
1697
1679
|
"grantType": {
|
|
1698
1680
|
"type": "string",
|
|
1699
|
-
"enum": [
|
|
1700
|
-
"authorizationCode",
|
|
1701
|
-
"clientCredentials"
|
|
1702
|
-
]
|
|
1681
|
+
"enum": ["authorizationCode", "clientCredentials"]
|
|
1703
1682
|
},
|
|
1704
1683
|
"authorizationUrl": {
|
|
1705
1684
|
"type": "string"
|
|
@@ -1777,16 +1756,7 @@
|
|
|
1777
1756
|
"title": "Service Type",
|
|
1778
1757
|
"description": "The general type of this service, specifying how and where it will be utilized.",
|
|
1779
1758
|
"type": "string",
|
|
1780
|
-
"enum": [
|
|
1781
|
-
"deployment",
|
|
1782
|
-
"authentication",
|
|
1783
|
-
"takeshape",
|
|
1784
|
-
"rest",
|
|
1785
|
-
"graphql",
|
|
1786
|
-
"openapi",
|
|
1787
|
-
"aws",
|
|
1788
|
-
"unknown"
|
|
1789
|
-
]
|
|
1759
|
+
"enum": ["deployment", "authentication", "takeshape", "rest", "graphql", "openapi", "aws", "unknown"]
|
|
1790
1760
|
},
|
|
1791
1761
|
"serviceConfig": {
|
|
1792
1762
|
"title": "Service Config",
|
|
@@ -1813,17 +1783,7 @@
|
|
|
1813
1783
|
},
|
|
1814
1784
|
"authenticationType": {
|
|
1815
1785
|
"type": "string",
|
|
1816
|
-
"enum": [
|
|
1817
|
-
"oauth2",
|
|
1818
|
-
"basic",
|
|
1819
|
-
"bearer",
|
|
1820
|
-
"searchParams",
|
|
1821
|
-
"oauth2Bearer",
|
|
1822
|
-
"custom",
|
|
1823
|
-
"aws",
|
|
1824
|
-
"none",
|
|
1825
|
-
"unknown"
|
|
1826
|
-
]
|
|
1786
|
+
"enum": ["oauth2", "basic", "bearer", "searchParams", "oauth2Bearer", "custom", "aws", "none", "unknown"]
|
|
1827
1787
|
},
|
|
1828
1788
|
"authentication": {
|
|
1829
1789
|
"$ref": "#/definitions/serviceAuthentication"
|
|
@@ -1836,13 +1796,7 @@
|
|
|
1836
1796
|
"description": "Configuration options passed to and handled by the provider."
|
|
1837
1797
|
}
|
|
1838
1798
|
},
|
|
1839
|
-
"required": [
|
|
1840
|
-
"id",
|
|
1841
|
-
"title",
|
|
1842
|
-
"provider",
|
|
1843
|
-
"serviceType",
|
|
1844
|
-
"authenticationType"
|
|
1845
|
-
],
|
|
1799
|
+
"required": ["id", "title", "provider", "serviceType", "authenticationType"],
|
|
1846
1800
|
"additionalProperties": false
|
|
1847
1801
|
},
|
|
1848
1802
|
"storedServiceConfig": {
|
|
@@ -1866,17 +1820,7 @@
|
|
|
1866
1820
|
},
|
|
1867
1821
|
"authenticationType": {
|
|
1868
1822
|
"type": "string",
|
|
1869
|
-
"enum": [
|
|
1870
|
-
"oauth2",
|
|
1871
|
-
"basic",
|
|
1872
|
-
"bearer",
|
|
1873
|
-
"searchParams",
|
|
1874
|
-
"oauth2Bearer",
|
|
1875
|
-
"custom",
|
|
1876
|
-
"aws",
|
|
1877
|
-
"none",
|
|
1878
|
-
"unknown"
|
|
1879
|
-
]
|
|
1823
|
+
"enum": ["oauth2", "basic", "bearer", "searchParams", "oauth2Bearer", "custom", "aws", "none", "unknown"]
|
|
1880
1824
|
},
|
|
1881
1825
|
"authentication": {
|
|
1882
1826
|
"type": "string"
|
|
@@ -1889,12 +1833,7 @@
|
|
|
1889
1833
|
"description": "Configuration options passed to and handled by the provider."
|
|
1890
1834
|
}
|
|
1891
1835
|
},
|
|
1892
|
-
"required": [
|
|
1893
|
-
"title",
|
|
1894
|
-
"provider",
|
|
1895
|
-
"serviceType",
|
|
1896
|
-
"authenticationType"
|
|
1897
|
-
],
|
|
1836
|
+
"required": ["title", "provider", "serviceType", "authenticationType"],
|
|
1898
1837
|
"additionalProperties": false
|
|
1899
1838
|
},
|
|
1900
1839
|
"anyServiceConfig": {
|
|
@@ -1952,13 +1891,7 @@
|
|
|
1952
1891
|
"description": "machine-readable id"
|
|
1953
1892
|
}
|
|
1954
1893
|
},
|
|
1955
|
-
"required": [
|
|
1956
|
-
"name",
|
|
1957
|
-
"title",
|
|
1958
|
-
"color",
|
|
1959
|
-
"live",
|
|
1960
|
-
"key"
|
|
1961
|
-
],
|
|
1894
|
+
"required": ["name", "title", "color", "live", "key"],
|
|
1962
1895
|
"additionalProperties": false
|
|
1963
1896
|
},
|
|
1964
1897
|
"workflow": {
|
|
@@ -1985,11 +1918,7 @@
|
|
|
1985
1918
|
"minItems": 1
|
|
1986
1919
|
}
|
|
1987
1920
|
},
|
|
1988
|
-
"required": [
|
|
1989
|
-
"name",
|
|
1990
|
-
"title",
|
|
1991
|
-
"steps"
|
|
1992
|
-
]
|
|
1921
|
+
"required": ["name", "title", "steps"]
|
|
1993
1922
|
},
|
|
1994
1923
|
"workflowMap": {
|
|
1995
1924
|
"title": "Workflow Map",
|
|
@@ -2017,9 +1946,86 @@
|
|
|
2017
1946
|
"$ref": "#/definitions/formConfig"
|
|
2018
1947
|
}
|
|
2019
1948
|
},
|
|
2020
|
-
"required": [
|
|
2021
|
-
|
|
2022
|
-
|
|
1949
|
+
"required": ["default"]
|
|
1950
|
+
},
|
|
1951
|
+
"variable": {
|
|
1952
|
+
"title": "Variable",
|
|
1953
|
+
"type": "object",
|
|
1954
|
+
"properties": {
|
|
1955
|
+
"description": {
|
|
1956
|
+
"type": "string"
|
|
1957
|
+
},
|
|
1958
|
+
"default": {
|
|
1959
|
+
"type": ["string", "number", "boolean"]
|
|
1960
|
+
},
|
|
1961
|
+
"required": {
|
|
1962
|
+
"type": "boolean"
|
|
1963
|
+
},
|
|
1964
|
+
"type": {
|
|
1965
|
+
"type": "string",
|
|
1966
|
+
"enum": ["string", "number", "boolean"]
|
|
1967
|
+
},
|
|
1968
|
+
"constraints": {
|
|
1969
|
+
"type": "object"
|
|
1970
|
+
}
|
|
1971
|
+
}
|
|
1972
|
+
},
|
|
1973
|
+
"dependency": {
|
|
1974
|
+
"title": "Dependency",
|
|
1975
|
+
"type": "object",
|
|
1976
|
+
"properties": {
|
|
1977
|
+
"description": {
|
|
1978
|
+
"type": "string"
|
|
1979
|
+
},
|
|
1980
|
+
"required": {
|
|
1981
|
+
"type": "boolean"
|
|
1982
|
+
},
|
|
1983
|
+
"type": {
|
|
1984
|
+
"type": "string",
|
|
1985
|
+
"enum": ["service", "layer"]
|
|
1986
|
+
},
|
|
1987
|
+
"constraints": {
|
|
1988
|
+
"type": "object",
|
|
1989
|
+
"serviceType": {
|
|
1990
|
+
"$ref": "#/definitions/serviceType"
|
|
1991
|
+
},
|
|
1992
|
+
"provider": {
|
|
1993
|
+
"type": "string"
|
|
1994
|
+
},
|
|
1995
|
+
"layerType": {
|
|
1996
|
+
"type": "string"
|
|
1997
|
+
},
|
|
1998
|
+
"shapes": {
|
|
1999
|
+
"type": "array",
|
|
2000
|
+
"items": {
|
|
2001
|
+
"type": "string"
|
|
2002
|
+
}
|
|
2003
|
+
}
|
|
2004
|
+
}
|
|
2005
|
+
}
|
|
2006
|
+
},
|
|
2007
|
+
"variableMap": {
|
|
2008
|
+
"title": "Variable Map",
|
|
2009
|
+
"type": "object",
|
|
2010
|
+
"patternProperties": {
|
|
2011
|
+
"[0-9A-Za-z_-]+": {
|
|
2012
|
+
"$ref": "#/definitions/variable"
|
|
2013
|
+
}
|
|
2014
|
+
}
|
|
2015
|
+
},
|
|
2016
|
+
"dependencyMap": {
|
|
2017
|
+
"title": "Dependency Map",
|
|
2018
|
+
"type": "object",
|
|
2019
|
+
"patternProperties": {
|
|
2020
|
+
"[0-9A-Za-z_-]+": {
|
|
2021
|
+
"$ref": "#/definitions/dependency"
|
|
2022
|
+
}
|
|
2023
|
+
}
|
|
2024
|
+
},
|
|
2025
|
+
"layerType": {
|
|
2026
|
+
"title": "Layer Type",
|
|
2027
|
+
"type": "string",
|
|
2028
|
+
"enum": ["service", "pattern"]
|
|
2023
2029
|
},
|
|
2024
2030
|
"layerSchema": {
|
|
2025
2031
|
"title": "Layer Schema",
|
|
@@ -2027,13 +2033,22 @@
|
|
|
2027
2033
|
"layerId": {
|
|
2028
2034
|
"type": "string"
|
|
2029
2035
|
},
|
|
2036
|
+
"layerType": {
|
|
2037
|
+
"$ref": "#/definitions/layerType"
|
|
2038
|
+
},
|
|
2030
2039
|
"schemaVersion": {
|
|
2031
2040
|
"type": "string",
|
|
2032
|
-
"enum": [
|
|
2033
|
-
"4.0.0"
|
|
2034
|
-
],
|
|
2041
|
+
"enum": ["4.0.0"],
|
|
2035
2042
|
"description": "The version of the schema format your project is using. We increase the version as we make breaking changes to the schema format."
|
|
2036
2043
|
},
|
|
2044
|
+
"variables": {
|
|
2045
|
+
"$ref": "#/definitions/variableMap",
|
|
2046
|
+
"description": "Variables used throughout the layer, providing primitive values."
|
|
2047
|
+
},
|
|
2048
|
+
"dependencies": {
|
|
2049
|
+
"$ref": "#/definitions/dependencyMap",
|
|
2050
|
+
"description": "Dependencies used throughout the layer, providing ids for services and other layers."
|
|
2051
|
+
},
|
|
2037
2052
|
"queries": {
|
|
2038
2053
|
"$ref": "#/definitions/queryMap",
|
|
2039
2054
|
"description": "Queries map directly to queries your project's GraphQL API"
|
|
@@ -2060,10 +2075,7 @@
|
|
|
2060
2075
|
}
|
|
2061
2076
|
},
|
|
2062
2077
|
"additionalProperties": false,
|
|
2063
|
-
"required": [
|
|
2064
|
-
"layerId",
|
|
2065
|
-
"schemaVersion"
|
|
2066
|
-
]
|
|
2078
|
+
"required": ["layerId", "schemaVersion"]
|
|
2067
2079
|
},
|
|
2068
2080
|
"layerMap": {
|
|
2069
2081
|
"title": "Layer Map",
|
|
@@ -2090,6 +2102,22 @@
|
|
|
2090
2102
|
},
|
|
2091
2103
|
"namespace": {
|
|
2092
2104
|
"type": "string"
|
|
2105
|
+
},
|
|
2106
|
+
"dependencies": {
|
|
2107
|
+
"type": "object",
|
|
2108
|
+
"patternProperties": {
|
|
2109
|
+
"[0-9A-Za-z_-]+": {
|
|
2110
|
+
"type": "string"
|
|
2111
|
+
}
|
|
2112
|
+
}
|
|
2113
|
+
},
|
|
2114
|
+
"variables": {
|
|
2115
|
+
"type": "object",
|
|
2116
|
+
"patternProperties": {
|
|
2117
|
+
"[0-9A-Za-z_-]+": {
|
|
2118
|
+
"type": ["string", "number", "boolean"]
|
|
2119
|
+
}
|
|
2120
|
+
}
|
|
2093
2121
|
}
|
|
2094
2122
|
},
|
|
2095
2123
|
"required": ["id"],
|
|
@@ -2107,9 +2135,7 @@
|
|
|
2107
2135
|
},
|
|
2108
2136
|
"schemaVersion": {
|
|
2109
2137
|
"type": "string",
|
|
2110
|
-
"enum": [
|
|
2111
|
-
"4.0.0"
|
|
2112
|
-
],
|
|
2138
|
+
"enum": ["4.0.0"],
|
|
2113
2139
|
"description": "The version of the schema format your project is using. We increase the version as we make breaking changes to the schema format."
|
|
2114
2140
|
},
|
|
2115
2141
|
"projectId": {
|
|
@@ -2217,9 +2243,7 @@
|
|
|
2217
2243
|
},
|
|
2218
2244
|
"schemaVersion": {
|
|
2219
2245
|
"type": "string",
|
|
2220
|
-
"enum": [
|
|
2221
|
-
"4.0.0"
|
|
2222
|
-
],
|
|
2246
|
+
"enum": ["4.0.0"],
|
|
2223
2247
|
"description": "The version of the schema format your project is using. We increase the version as we make breaking changes to the schema format."
|
|
2224
2248
|
},
|
|
2225
2249
|
"projectId": {
|
|
@@ -2261,10 +2285,7 @@
|
|
|
2261
2285
|
"layers": {
|
|
2262
2286
|
"type": "array",
|
|
2263
2287
|
"items": {
|
|
2264
|
-
"oneOf": [
|
|
2265
|
-
{"type": "string"},
|
|
2266
|
-
{"$ref": "#/definitions/layerConfig"}
|
|
2267
|
-
]
|
|
2288
|
+
"oneOf": [{"type": "string"}, {"$ref": "#/definitions/layerConfig"}]
|
|
2268
2289
|
}
|
|
2269
2290
|
},
|
|
2270
2291
|
"dataKey": {
|
|
@@ -2289,4 +2310,3 @@
|
|
|
2289
2310
|
"dataKey"
|
|
2290
2311
|
]
|
|
2291
2312
|
}
|
|
2292
|
-
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@takeshape/schema",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.52.0",
|
|
4
4
|
"description": "TakeShape Schema",
|
|
5
5
|
"homepage": "https://www.takeshape.io",
|
|
6
6
|
"repository": {
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"examples"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@takeshape/errors": "8.
|
|
25
|
-
"@takeshape/json-schema": "8.
|
|
26
|
-
"@takeshape/util": "8.
|
|
24
|
+
"@takeshape/errors": "8.52.0",
|
|
25
|
+
"@takeshape/json-schema": "8.52.0",
|
|
26
|
+
"@takeshape/util": "8.52.0",
|
|
27
27
|
"ajv": "^7.0.4",
|
|
28
28
|
"ajv-formats": "^1.5.1",
|
|
29
29
|
"blueimp-md5": "^2.10.0",
|