@salesforce/lds-adapters-industries-context 1.100.2
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/LICENSE.txt +82 -0
- package/dist/es/es2018/industries-context.js +4038 -0
- package/dist/types/src/generated/adapters/adapter-utils.d.ts +66 -0
- package/dist/types/src/generated/adapters/createContextAttribute.d.ts +15 -0
- package/dist/types/src/generated/adapters/createContextDefinition.d.ts +15 -0
- package/dist/types/src/generated/adapters/createContextDefinitionVersion.d.ts +15 -0
- package/dist/types/src/generated/adapters/createContextNode.d.ts +15 -0
- package/dist/types/src/generated/adapters/deleteContextAttribute.d.ts +13 -0
- package/dist/types/src/generated/adapters/deleteContextDefinition.d.ts +13 -0
- package/dist/types/src/generated/adapters/deleteContextDefinitionVersion.d.ts +13 -0
- package/dist/types/src/generated/adapters/deleteContextNode.d.ts +13 -0
- package/dist/types/src/generated/adapters/getContextAttribute.d.ts +27 -0
- package/dist/types/src/generated/adapters/getContextDefinition.d.ts +27 -0
- package/dist/types/src/generated/adapters/getContextDefinitionInfo.d.ts +27 -0
- package/dist/types/src/generated/adapters/getContextDefinitionList.d.ts +25 -0
- package/dist/types/src/generated/adapters/getContextDefinitionVersion.d.ts +27 -0
- package/dist/types/src/generated/adapters/getContextNode.d.ts +27 -0
- package/dist/types/src/generated/adapters/updateContextAttribute.d.ts +16 -0
- package/dist/types/src/generated/adapters/updateContextDefinition.d.ts +16 -0
- package/dist/types/src/generated/adapters/updateContextDefinitionVersion.d.ts +16 -0
- package/dist/types/src/generated/adapters/updateContextNode.d.ts +16 -0
- package/dist/types/src/generated/artifacts/main.d.ts +18 -0
- package/dist/types/src/generated/artifacts/sfdc.d.ts +30 -0
- package/dist/types/src/generated/resources/deleteConnectContextByContextId.d.ts +11 -0
- package/dist/types/src/generated/resources/deleteConnectContextInputschemaByContextInputSchemaId.d.ts +11 -0
- package/dist/types/src/generated/resources/deleteConnectContextdefinitionAttributenodeByContextAttributeId.d.ts +12 -0
- package/dist/types/src/generated/resources/deleteConnectContextdefinitionAttributetagByContextAttributeTagId.d.ts +9 -0
- package/dist/types/src/generated/resources/deleteConnectContextdefinitionByContextDefinitionId.d.ts +12 -0
- package/dist/types/src/generated/resources/deleteConnectContextdefinitionNodeByContextNodeId.d.ts +12 -0
- package/dist/types/src/generated/resources/deleteConnectContextdefinitionVersionByContextDefinitionVersionId.d.ts +12 -0
- package/dist/types/src/generated/resources/deleteConnectContextmappingAttributenodeByContextAttributeMappingId.d.ts +11 -0
- package/dist/types/src/generated/resources/deleteConnectContextmappingByContextMappingId.d.ts +11 -0
- package/dist/types/src/generated/resources/deleteConnectContextmappingNodeByContextNodeMappingId.d.ts +11 -0
- package/dist/types/src/generated/resources/getConnectContextByContextId.d.ts +15 -0
- package/dist/types/src/generated/resources/getConnectContextInputschemaAttributenodeByContextInputAttributeId.d.ts +15 -0
- package/dist/types/src/generated/resources/getConnectContextInputschemaByContextInputSchemaId.d.ts +15 -0
- package/dist/types/src/generated/resources/getConnectContextInputschemaNodeByContextInputNodeId.d.ts +15 -0
- package/dist/types/src/generated/resources/getConnectContextdefinition.d.ts +12 -0
- package/dist/types/src/generated/resources/getConnectContextdefinitionAttributenodeByContextAttributeId.d.ts +16 -0
- package/dist/types/src/generated/resources/getConnectContextdefinitionAttributenodeTagsByContextAttributeId.d.ts +15 -0
- package/dist/types/src/generated/resources/getConnectContextdefinitionByContextDefinitionId.d.ts +16 -0
- package/dist/types/src/generated/resources/getConnectContextdefinitionInfoByContextDefinitionId.d.ts +16 -0
- package/dist/types/src/generated/resources/getConnectContextdefinitionNodeByContextNodeId.d.ts +16 -0
- package/dist/types/src/generated/resources/getConnectContextdefinitionVersionByContextDefinitionVersionId.d.ts +16 -0
- package/dist/types/src/generated/resources/getConnectContextmappingAttributenodeByContextAttributeMappingId.d.ts +15 -0
- package/dist/types/src/generated/resources/getConnectContextmappingByContextMappingId.d.ts +15 -0
- package/dist/types/src/generated/resources/getConnectContextmappingHydrationdetailByContextAttrHydrationDetailId.d.ts +15 -0
- package/dist/types/src/generated/resources/getConnectContextmappingNodeByContextNodeMappingId.d.ts +15 -0
- package/dist/types/src/generated/resources/patchConnectContextdefinitionAttributenodeByContextAttributeId.d.ts +16 -0
- package/dist/types/src/generated/resources/patchConnectContextdefinitionAttributetagByContextAttributeTagId.d.ts +17 -0
- package/dist/types/src/generated/resources/patchConnectContextdefinitionByContextDefinitionId.d.ts +16 -0
- package/dist/types/src/generated/resources/patchConnectContextdefinitionNodeByContextNodeId.d.ts +16 -0
- package/dist/types/src/generated/resources/patchConnectContextdefinitionVersionByContextDefinitionVersionId.d.ts +16 -0
- package/dist/types/src/generated/resources/patchConnectContextmappingAttributenodeByContextAttributeMappingId.d.ts +16 -0
- package/dist/types/src/generated/resources/patchConnectContextmappingByContextMappingId.d.ts +15 -0
- package/dist/types/src/generated/resources/patchConnectContextmappingNodeByContextNodeMappingId.d.ts +17 -0
- package/dist/types/src/generated/resources/postConnectContext.d.ts +13 -0
- package/dist/types/src/generated/resources/postConnectContextAttributeByContextId.d.ts +17 -0
- package/dist/types/src/generated/resources/postConnectContextClearByContextId.d.ts +15 -0
- package/dist/types/src/generated/resources/postConnectContextCloneByContextId.d.ts +12 -0
- package/dist/types/src/generated/resources/postConnectContextHydrateByContextId.d.ts +15 -0
- package/dist/types/src/generated/resources/postConnectContextInputschema.d.ts +14 -0
- package/dist/types/src/generated/resources/postConnectContextQueryByContextId.d.ts +21 -0
- package/dist/types/src/generated/resources/postConnectContextdefinition.d.ts +13 -0
- package/dist/types/src/generated/resources/postConnectContextdefinitionAttributenode.d.ts +13 -0
- package/dist/types/src/generated/resources/postConnectContextdefinitionAttributetag.d.ts +14 -0
- package/dist/types/src/generated/resources/postConnectContextdefinitionNode.d.ts +13 -0
- package/dist/types/src/generated/resources/postConnectContextdefinitionVersion.d.ts +13 -0
- package/dist/types/src/generated/resources/postConnectContextmapping.d.ts +15 -0
- package/dist/types/src/generated/resources/postConnectContextmappingAttributenode.d.ts +16 -0
- package/dist/types/src/generated/resources/postConnectContextmappingHydrationdetail.d.ts +15 -0
- package/dist/types/src/generated/resources/postConnectContextmappingNode.d.ts +17 -0
- package/dist/types/src/generated/types/BusinessObjectTypeStructureInputRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/ClearContextNodesInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/ContextAttrHydrationDetailInputRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/ContextAttrHydrationDetailRepresentation.d.ts +44 -0
- package/dist/types/src/generated/types/ContextAttributeInputRepresentation.d.ts +50 -0
- package/dist/types/src/generated/types/ContextAttributeInputWrapperRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/ContextAttributeMappingInputRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/ContextAttributeMappingRepresentation.d.ts +48 -0
- package/dist/types/src/generated/types/ContextAttributeRepresentation.d.ts +76 -0
- package/dist/types/src/generated/types/ContextAttributeTagInputRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/ContextAttributeTagListRepresentation.d.ts +42 -0
- package/dist/types/src/generated/types/ContextAttributeTagRepresentation.d.ts +51 -0
- package/dist/types/src/generated/types/ContextDataRecordRepresentation.d.ts +60 -0
- package/dist/types/src/generated/types/ContextDefinitionInfoRepresentation.d.ts +51 -0
- package/dist/types/src/generated/types/ContextDefinitionInputRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/ContextDefinitionInputWrapperRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/ContextDefinitionListRepresentation.d.ts +43 -0
- package/dist/types/src/generated/types/ContextDefinitionRepresentation.d.ts +64 -0
- package/dist/types/src/generated/types/ContextDefinitionVersionInputRepresentation.d.ts +50 -0
- package/dist/types/src/generated/types/ContextDefinitionVersionInputWrapperRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/ContextDefinitionVersionRepresentation.d.ts +71 -0
- package/dist/types/src/generated/types/ContextHydrationInfoInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/ContextInfoRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/ContextInputAttributeRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/ContextInputNodeRepresentation.d.ts +48 -0
- package/dist/types/src/generated/types/ContextInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/ContextInputSchemaInputRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/ContextInputSchemaRepresentation.d.ts +42 -0
- package/dist/types/src/generated/types/ContextMappingInputRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/ContextMappingRepresentation.d.ts +55 -0
- package/dist/types/src/generated/types/ContextMetaDataInputRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/ContextNodeInputRepresentation.d.ts +44 -0
- package/dist/types/src/generated/types/ContextNodeInputWrapperRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/ContextNodeMappingInputRepresentation.d.ts +44 -0
- package/dist/types/src/generated/types/ContextNodeMappingRepresentation.d.ts +51 -0
- package/dist/types/src/generated/types/ContextNodeRepresentation.d.ts +65 -0
- package/dist/types/src/generated/types/ContextOutputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/ContextQueryRecordRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/ContextQueryResultRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/NodePathAndAttributesInputRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/QueryContextInputRepresentation.d.ts +45 -0
- package/dist/types/src/generated/types/UpdateContextAttributesInputRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/type-utils.d.ts +39 -0
- package/dist/umd/es2018/industries-context.js +4063 -0
- package/dist/umd/es5/industries-context.js +4078 -0
- package/package.json +68 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +4349 -0
- package/src/raml/api.raml +1506 -0
- package/src/raml/luvio.raml +133 -0
|
@@ -0,0 +1,1506 @@
|
|
|
1
|
+
#%RAML 1.0
|
|
2
|
+
securedBy:
|
|
3
|
+
- OAuth2
|
|
4
|
+
title: Salesforce Connect API
|
|
5
|
+
version: '58.0'
|
|
6
|
+
mediaType: application/json
|
|
7
|
+
protocols:
|
|
8
|
+
- https
|
|
9
|
+
baseUri: /services/data/v58.0
|
|
10
|
+
securitySchemes:
|
|
11
|
+
OAuth2:
|
|
12
|
+
type: OAuth 2.0
|
|
13
|
+
settings:
|
|
14
|
+
authorizationUri: https://example.com/oauth/authorize
|
|
15
|
+
accessTokenUri: ''
|
|
16
|
+
authorizationGrants:
|
|
17
|
+
- implicit
|
|
18
|
+
annotationTypes:
|
|
19
|
+
oas-readOnly:
|
|
20
|
+
type: boolean
|
|
21
|
+
allowedTargets: TypeDeclaration
|
|
22
|
+
oas-collectionFormat:
|
|
23
|
+
type: string
|
|
24
|
+
oas-body-name:
|
|
25
|
+
type: string
|
|
26
|
+
allowedTargets: TypeDeclaration
|
|
27
|
+
types:
|
|
28
|
+
BusinessObjectTypeStructureInputRepresentation:
|
|
29
|
+
description: Input representation of BusinessObjectType Structure
|
|
30
|
+
type: object
|
|
31
|
+
properties:
|
|
32
|
+
autoFetch:
|
|
33
|
+
description: Auto Fetch
|
|
34
|
+
type: boolean
|
|
35
|
+
businessObjectType:
|
|
36
|
+
description: Business Object Type
|
|
37
|
+
type: string
|
|
38
|
+
childBos:
|
|
39
|
+
description: List of Child BusinessObjectType Structures
|
|
40
|
+
type: array
|
|
41
|
+
items:
|
|
42
|
+
type: object
|
|
43
|
+
filter:
|
|
44
|
+
description: Filter
|
|
45
|
+
type: string
|
|
46
|
+
overrideInput:
|
|
47
|
+
description: Override Input
|
|
48
|
+
type: boolean
|
|
49
|
+
ClearContextNodesInputRepresentation:
|
|
50
|
+
description: Input representation for Clearing Context Nodes
|
|
51
|
+
type: object
|
|
52
|
+
properties:
|
|
53
|
+
contextRecordList:
|
|
54
|
+
description: List of Paths to Node
|
|
55
|
+
type: array
|
|
56
|
+
items:
|
|
57
|
+
type: array
|
|
58
|
+
items:
|
|
59
|
+
type: string
|
|
60
|
+
ContextAttrHydrationDetailInputRepresentation:
|
|
61
|
+
description: Input representation of Context Attribute Hydration Detail
|
|
62
|
+
type: object
|
|
63
|
+
properties:
|
|
64
|
+
parentAttributeMappingId:
|
|
65
|
+
description: Id of (Parent) ContextAttributeMapping
|
|
66
|
+
type: string
|
|
67
|
+
parentDetailId:
|
|
68
|
+
description: Id of (Parent) ContextAttributeHydrationDetail
|
|
69
|
+
type: string
|
|
70
|
+
queryAttribute:
|
|
71
|
+
description: Query Attribute
|
|
72
|
+
type: string
|
|
73
|
+
sObjectDomain:
|
|
74
|
+
description: SObject Domain
|
|
75
|
+
type: string
|
|
76
|
+
ContextAttrHydrationDetailRepresentation:
|
|
77
|
+
description: Output representation of Context Attribute Hydration Detail
|
|
78
|
+
type: object
|
|
79
|
+
properties:
|
|
80
|
+
contextAttrHydrationDetailId:
|
|
81
|
+
description: Id of this ContextAttrHydrationDetail
|
|
82
|
+
type: string
|
|
83
|
+
isSuccess:
|
|
84
|
+
description: Success
|
|
85
|
+
type: boolean
|
|
86
|
+
parentDetails:
|
|
87
|
+
description: List of (Parent) ContextAttributeHydrationDetail
|
|
88
|
+
type: array
|
|
89
|
+
items:
|
|
90
|
+
type: ContextAttrHydrationDetailRepresentation
|
|
91
|
+
parentMappingAttributeId:
|
|
92
|
+
description: Id of (Parent) ContextAttributeMapping
|
|
93
|
+
type: string
|
|
94
|
+
queryAttribute:
|
|
95
|
+
description: Query Attribute
|
|
96
|
+
type: string
|
|
97
|
+
sObjectDomain:
|
|
98
|
+
description: SObject Domain
|
|
99
|
+
type: string
|
|
100
|
+
# TODO Hand-rolled W-8334626
|
|
101
|
+
ContextAttributeInputWrapperRepresentation:
|
|
102
|
+
description: Wrapper Input representation for ContextAttributeInputRepresentation
|
|
103
|
+
type: object
|
|
104
|
+
properties:
|
|
105
|
+
contextAttributeInput:
|
|
106
|
+
description: Input representation of Context Attribute
|
|
107
|
+
type: ContextAttributeInputRepresentation
|
|
108
|
+
ContextAttributeInputRepresentation:
|
|
109
|
+
description: Input representation of Context Attribute
|
|
110
|
+
type: object
|
|
111
|
+
properties:
|
|
112
|
+
attributeTags:
|
|
113
|
+
description: List of ContextAttributeTags
|
|
114
|
+
type: array
|
|
115
|
+
items:
|
|
116
|
+
type: object
|
|
117
|
+
required: false # TODO Hand-rolled W-12486791
|
|
118
|
+
dataType:
|
|
119
|
+
description: DataType
|
|
120
|
+
type: string
|
|
121
|
+
required: false # TODO Hand-rolled W-12486791
|
|
122
|
+
fieldType:
|
|
123
|
+
description: Field Type
|
|
124
|
+
type: string
|
|
125
|
+
required: false # TODO Hand-rolled W-12486791
|
|
126
|
+
isFinal:
|
|
127
|
+
description: Is Final
|
|
128
|
+
type: boolean
|
|
129
|
+
required: false # TODO Hand-rolled W-12486791
|
|
130
|
+
isKey:
|
|
131
|
+
description: Is Key?
|
|
132
|
+
type: boolean
|
|
133
|
+
required: false # TODO Hand-rolled W-12486791
|
|
134
|
+
isValue:
|
|
135
|
+
description: Is Value?
|
|
136
|
+
type: boolean
|
|
137
|
+
required: false # TODO Hand-rolled W-12486791
|
|
138
|
+
name:
|
|
139
|
+
description: Name
|
|
140
|
+
type: string
|
|
141
|
+
required: false # TODO Hand-rolled W-12486791
|
|
142
|
+
parentNodeId:
|
|
143
|
+
description: Id of (Parent) ContextNode
|
|
144
|
+
type: string
|
|
145
|
+
required: false # TODO Hand-rolled W-12486791
|
|
146
|
+
ContextAttributeMappingInputRepresentation:
|
|
147
|
+
description: Input representation of Context Attribute Mapping
|
|
148
|
+
type: object
|
|
149
|
+
properties:
|
|
150
|
+
contextAttrHydrationDetailList:
|
|
151
|
+
description: List of ContextAttributeHydrationDetail
|
|
152
|
+
type: array
|
|
153
|
+
items:
|
|
154
|
+
type: object
|
|
155
|
+
contextAttributeId:
|
|
156
|
+
description: Reference to ContextAttribute
|
|
157
|
+
type: string
|
|
158
|
+
contextInputAttributeId:
|
|
159
|
+
description: Reference to ContextInputAttribute
|
|
160
|
+
type: string
|
|
161
|
+
hydrationSource:
|
|
162
|
+
description: Hydration Source
|
|
163
|
+
type: string
|
|
164
|
+
parentNodeMappingId:
|
|
165
|
+
description: Id of (Parent) ContextNodeMapping
|
|
166
|
+
type: string
|
|
167
|
+
ContextAttributeMappingRepresentation:
|
|
168
|
+
description: Output representation of Context Attribute Mapping
|
|
169
|
+
type: object
|
|
170
|
+
properties:
|
|
171
|
+
contextAttrHydrationDetailList:
|
|
172
|
+
description: List of ContextAttributeHydrationDetail
|
|
173
|
+
type: array
|
|
174
|
+
items:
|
|
175
|
+
type: ContextAttrHydrationDetailRepresentation
|
|
176
|
+
contextAttributeId:
|
|
177
|
+
description: Reference to ContextAttribute
|
|
178
|
+
type: string
|
|
179
|
+
contextAttributeMappingId:
|
|
180
|
+
description: Id of this ContextAttributeMapping
|
|
181
|
+
type: string
|
|
182
|
+
contextInputAttributeId:
|
|
183
|
+
description: Reference to ContextInputAttribute
|
|
184
|
+
type: string
|
|
185
|
+
hydrationSource:
|
|
186
|
+
description: Hydration Source
|
|
187
|
+
type: string
|
|
188
|
+
isSuccess:
|
|
189
|
+
description: Success
|
|
190
|
+
type: boolean
|
|
191
|
+
parentNodeMappingId:
|
|
192
|
+
description: Id of (Parent) ContextNodeMapping
|
|
193
|
+
type: string
|
|
194
|
+
ContextAttributeRepresentation:
|
|
195
|
+
description: Output representation of Context Attribute
|
|
196
|
+
type: object
|
|
197
|
+
properties:
|
|
198
|
+
attributeTags:
|
|
199
|
+
description: List of ContextAttributeTags
|
|
200
|
+
type: array
|
|
201
|
+
items:
|
|
202
|
+
type: ContextAttributeTagRepresentation
|
|
203
|
+
contextAttributeId:
|
|
204
|
+
description: Id of this ContextAttribute
|
|
205
|
+
type: string
|
|
206
|
+
dataType:
|
|
207
|
+
description: DataType
|
|
208
|
+
type: string
|
|
209
|
+
fieldType:
|
|
210
|
+
description: Field Type
|
|
211
|
+
type: string
|
|
212
|
+
isFinal:
|
|
213
|
+
description: Final
|
|
214
|
+
type: boolean
|
|
215
|
+
isKey:
|
|
216
|
+
description: Is Key?
|
|
217
|
+
type: boolean
|
|
218
|
+
required: false # TODO Hand-rolled W-12486791
|
|
219
|
+
isSuccess:
|
|
220
|
+
description: Success
|
|
221
|
+
type: boolean
|
|
222
|
+
required: false # TODO Hand-rolled W-12486791
|
|
223
|
+
isValue:
|
|
224
|
+
description: Is Value?
|
|
225
|
+
type: boolean
|
|
226
|
+
required: false # TODO Hand-rolled W-12486791
|
|
227
|
+
name:
|
|
228
|
+
description: Name
|
|
229
|
+
type: string
|
|
230
|
+
parentNodeId:
|
|
231
|
+
description: Id of (Parent) ContextNode
|
|
232
|
+
type: string
|
|
233
|
+
ContextAttributeTagInputRepresentation:
|
|
234
|
+
description: Input representation of Context Attribute Tag
|
|
235
|
+
type: object
|
|
236
|
+
properties:
|
|
237
|
+
contextAttributeId:
|
|
238
|
+
description: Id of (Parent) ContextAttribute
|
|
239
|
+
type: string
|
|
240
|
+
contextNodeId:
|
|
241
|
+
description: Id of (Parent) ContextNode
|
|
242
|
+
type: string
|
|
243
|
+
name:
|
|
244
|
+
description: Name
|
|
245
|
+
type: string
|
|
246
|
+
ContextAttributeTagListRepresentation:
|
|
247
|
+
description: Output representation of List of Context Attribute Tags
|
|
248
|
+
type: object
|
|
249
|
+
properties:
|
|
250
|
+
attributeTags:
|
|
251
|
+
description: List of ContextAttributeTags
|
|
252
|
+
type: array
|
|
253
|
+
items:
|
|
254
|
+
type: ContextAttributeTagRepresentation
|
|
255
|
+
isSuccess:
|
|
256
|
+
description: Success
|
|
257
|
+
type: boolean
|
|
258
|
+
ContextAttributeTagRepresentation:
|
|
259
|
+
description: Output representation of Context Attribute Tag
|
|
260
|
+
type: object
|
|
261
|
+
properties:
|
|
262
|
+
contextAttributeId:
|
|
263
|
+
description: Id of (Parent) ContextAttribute
|
|
264
|
+
type: string
|
|
265
|
+
contextAttributeTagId:
|
|
266
|
+
description: Id of this ContextAttributeTag
|
|
267
|
+
type: string
|
|
268
|
+
contextNodeId:
|
|
269
|
+
description: Id of (Parent) ContextNode
|
|
270
|
+
type: string
|
|
271
|
+
isSuccess:
|
|
272
|
+
description: Success
|
|
273
|
+
type: boolean
|
|
274
|
+
name:
|
|
275
|
+
description: Name
|
|
276
|
+
type: string
|
|
277
|
+
ContextDataRecordRepresentation:
|
|
278
|
+
description: Output representation of Context Data Record
|
|
279
|
+
type: object
|
|
280
|
+
properties:
|
|
281
|
+
attributesAndValues:
|
|
282
|
+
description: Attributes and Values
|
|
283
|
+
type: object
|
|
284
|
+
properties:
|
|
285
|
+
//:
|
|
286
|
+
type: object
|
|
287
|
+
contextDataRecordId:
|
|
288
|
+
description: Id of (this) Context Data Record
|
|
289
|
+
type: string
|
|
290
|
+
contextDefinitionId:
|
|
291
|
+
description: Id of Context Definition
|
|
292
|
+
type: string
|
|
293
|
+
contextMappingId:
|
|
294
|
+
description: Id of Context Mapping
|
|
295
|
+
type: string
|
|
296
|
+
currentState:
|
|
297
|
+
description: Current State
|
|
298
|
+
type: string
|
|
299
|
+
errorCode:
|
|
300
|
+
description: Error Code
|
|
301
|
+
type: string
|
|
302
|
+
errorMessages:
|
|
303
|
+
description: Error Messages
|
|
304
|
+
type: array
|
|
305
|
+
items:
|
|
306
|
+
type: string
|
|
307
|
+
lastProcessedTimeStamp:
|
|
308
|
+
description: Last Processed Timestamp
|
|
309
|
+
type: string
|
|
310
|
+
lastUpdatedTimeStamp:
|
|
311
|
+
description: Last Updated Timestamp
|
|
312
|
+
type: string
|
|
313
|
+
processingStatus:
|
|
314
|
+
description: Processing Status
|
|
315
|
+
type: string
|
|
316
|
+
ContextDefinitionInfoRepresentation:
|
|
317
|
+
description: Output representation of Context Definition Info
|
|
318
|
+
type: object
|
|
319
|
+
properties:
|
|
320
|
+
activeVersionId:
|
|
321
|
+
description: Active Context Definition Version Id
|
|
322
|
+
type: string
|
|
323
|
+
required: false # TODO Hand-rolled W-12486791
|
|
324
|
+
contextDefinitionId:
|
|
325
|
+
description: Id of Context Definition
|
|
326
|
+
type: string
|
|
327
|
+
definition:
|
|
328
|
+
description: Definition
|
|
329
|
+
type: string
|
|
330
|
+
description:
|
|
331
|
+
description: Description
|
|
332
|
+
type: string
|
|
333
|
+
isSuccess:
|
|
334
|
+
description: Success
|
|
335
|
+
type: boolean
|
|
336
|
+
required: false # TODO Hand-rolled W-12486791
|
|
337
|
+
# TODO Hand-rolled W-8334626
|
|
338
|
+
ContextDefinitionInputWrapperRepresentation:
|
|
339
|
+
description: Wrapper Input representation for ContextDefinitionInputRepresentation
|
|
340
|
+
type: object
|
|
341
|
+
properties:
|
|
342
|
+
contextDefinitionInput:
|
|
343
|
+
description: Input representation of Context Definition
|
|
344
|
+
type: ContextDefinitionInputRepresentation
|
|
345
|
+
ContextDefinitionInputRepresentation:
|
|
346
|
+
description: Input representation of Context Definition
|
|
347
|
+
type: object
|
|
348
|
+
properties:
|
|
349
|
+
definition:
|
|
350
|
+
description: Name of ContextDefinition
|
|
351
|
+
type: string
|
|
352
|
+
required: false # TODO Hand-rolled W-12486791
|
|
353
|
+
description:
|
|
354
|
+
description: Short description of ContextDefinition
|
|
355
|
+
type: string
|
|
356
|
+
required: false # TODO Hand-rolled W-12486791
|
|
357
|
+
developerName:
|
|
358
|
+
description: Developer Name
|
|
359
|
+
type: string
|
|
360
|
+
required: false # TODO Hand-rolled W-12486791
|
|
361
|
+
ContextDefinitionListRepresentation:
|
|
362
|
+
description: Output representation of List of Context Definitions
|
|
363
|
+
type: object
|
|
364
|
+
properties:
|
|
365
|
+
contextDefinitionList:
|
|
366
|
+
description: Context Definition List
|
|
367
|
+
type: array
|
|
368
|
+
items:
|
|
369
|
+
type: ContextDefinitionInfoRepresentation
|
|
370
|
+
isSuccess:
|
|
371
|
+
description: Success
|
|
372
|
+
type: boolean
|
|
373
|
+
ContextDefinitionRepresentation:
|
|
374
|
+
description: Output representation of Context definition
|
|
375
|
+
type: object
|
|
376
|
+
properties:
|
|
377
|
+
activeVersionId:
|
|
378
|
+
description: Active Context Definition Version ID
|
|
379
|
+
type: string
|
|
380
|
+
required: false # TODO Hand-rolled W-12486791
|
|
381
|
+
contextDefinitionId:
|
|
382
|
+
description: Context Definition Id
|
|
383
|
+
type: string
|
|
384
|
+
contextDefinitionVersionList:
|
|
385
|
+
description: List of Context Definition Versions
|
|
386
|
+
type: array
|
|
387
|
+
items:
|
|
388
|
+
type: ContextDefinitionVersionRepresentation
|
|
389
|
+
definition:
|
|
390
|
+
description: Definition
|
|
391
|
+
type: string
|
|
392
|
+
description:
|
|
393
|
+
description: Description
|
|
394
|
+
type: string
|
|
395
|
+
isSuccess:
|
|
396
|
+
description: Success
|
|
397
|
+
type: boolean
|
|
398
|
+
# TODO Hand-rolled W-8334626
|
|
399
|
+
ContextDefinitionVersionInputWrapperRepresentation:
|
|
400
|
+
description: Wrapper Input representation for ContextDefinitionVersionInputRepresentation
|
|
401
|
+
type: object
|
|
402
|
+
properties:
|
|
403
|
+
contextDefinitionVersionInput:
|
|
404
|
+
description: Input representation of Context Definition Version
|
|
405
|
+
type: ContextDefinitionVersionInputRepresentation
|
|
406
|
+
ContextDefinitionVersionInputRepresentation:
|
|
407
|
+
description: Input representation of Context Definition Version
|
|
408
|
+
type: object
|
|
409
|
+
properties:
|
|
410
|
+
contextDefinitionId:
|
|
411
|
+
description: Context Definition
|
|
412
|
+
type: string
|
|
413
|
+
contextMappings:
|
|
414
|
+
description: Context Mappings
|
|
415
|
+
type: array
|
|
416
|
+
items:
|
|
417
|
+
type: object
|
|
418
|
+
required: false # TODO Hand-rolled W-12486791
|
|
419
|
+
contextNodes:
|
|
420
|
+
description: List of Context Nodes
|
|
421
|
+
type: array
|
|
422
|
+
items:
|
|
423
|
+
type: object
|
|
424
|
+
required: false # TODO Hand-rolled W-12486791
|
|
425
|
+
definition:
|
|
426
|
+
description: Name of ContextDefinition
|
|
427
|
+
type: string
|
|
428
|
+
required: false # TODO Hand-rolled W-12486791
|
|
429
|
+
description:
|
|
430
|
+
description: Short Description of ContextDefinition
|
|
431
|
+
type: string
|
|
432
|
+
required: false # TODO Hand-rolled W-12486791
|
|
433
|
+
endDate:
|
|
434
|
+
description: End Date
|
|
435
|
+
type: string
|
|
436
|
+
required: false # TODO Hand-rolled W-12486791
|
|
437
|
+
isActive:
|
|
438
|
+
description: Is Active
|
|
439
|
+
type: boolean
|
|
440
|
+
required: false # TODO Hand-rolled W-12486791
|
|
441
|
+
startDate:
|
|
442
|
+
description: Start Date
|
|
443
|
+
type: string
|
|
444
|
+
required: false # TODO Hand-rolled W-12486791
|
|
445
|
+
ContextDefinitionVersionRepresentation:
|
|
446
|
+
description: Output representation of Context Definition Version
|
|
447
|
+
type: object
|
|
448
|
+
properties:
|
|
449
|
+
contextDefinitionId:
|
|
450
|
+
description: Id of ContextDefinition
|
|
451
|
+
type: string
|
|
452
|
+
contextDefinitionVersionId:
|
|
453
|
+
description: Id of ContextDefinitionVersion
|
|
454
|
+
type: string
|
|
455
|
+
contextMappings:
|
|
456
|
+
description: List of Context Mappings
|
|
457
|
+
type: array
|
|
458
|
+
items:
|
|
459
|
+
type: ContextMappingRepresentation
|
|
460
|
+
contextNodes:
|
|
461
|
+
description: List of Context Nodes
|
|
462
|
+
type: array
|
|
463
|
+
items:
|
|
464
|
+
type: ContextNodeRepresentation
|
|
465
|
+
definition:
|
|
466
|
+
description: Name of ContextDefinition
|
|
467
|
+
type: string
|
|
468
|
+
required: false # TODO Hand-rolled W-12486791
|
|
469
|
+
description:
|
|
470
|
+
description: Short description of ContextDefinition
|
|
471
|
+
type: string
|
|
472
|
+
required: false # TODO Hand-rolled W-12486791
|
|
473
|
+
endDate:
|
|
474
|
+
description: End Date
|
|
475
|
+
type: string
|
|
476
|
+
required: false # TODO Hand-rolled W-12486791
|
|
477
|
+
isActive:
|
|
478
|
+
description: Active
|
|
479
|
+
type: boolean
|
|
480
|
+
isSuccess:
|
|
481
|
+
description: Success
|
|
482
|
+
type: boolean
|
|
483
|
+
required: false # TODO Hand-rolled W-12486791
|
|
484
|
+
startDate:
|
|
485
|
+
description: Start Date
|
|
486
|
+
type: string
|
|
487
|
+
required: false # TODO Hand-rolled W-12486791
|
|
488
|
+
versionNumber:
|
|
489
|
+
description: Version
|
|
490
|
+
type: integer
|
|
491
|
+
required: false # TODO Hand-rolled W-12486791
|
|
492
|
+
ContextHydrationInfoInputRepresentation:
|
|
493
|
+
description: Input representation of Context Hydration Info
|
|
494
|
+
type: object
|
|
495
|
+
properties:
|
|
496
|
+
nodeInfo:
|
|
497
|
+
description: Node Info
|
|
498
|
+
type: object
|
|
499
|
+
ContextInfoRepresentation:
|
|
500
|
+
description: Output representation of Context Info
|
|
501
|
+
type: object
|
|
502
|
+
properties:
|
|
503
|
+
contextDefinitionId:
|
|
504
|
+
description: Context Definition
|
|
505
|
+
type: string
|
|
506
|
+
contextId:
|
|
507
|
+
description: Context
|
|
508
|
+
type: string
|
|
509
|
+
contextMappingId:
|
|
510
|
+
description: Context Mapping
|
|
511
|
+
type: string
|
|
512
|
+
isSuccess:
|
|
513
|
+
description: Success
|
|
514
|
+
type: boolean
|
|
515
|
+
ContextInputAttributeRepresentation:
|
|
516
|
+
description: Output representation of Context Input Attribute
|
|
517
|
+
type: object
|
|
518
|
+
properties:
|
|
519
|
+
contextInputAttributeId:
|
|
520
|
+
description: Id of this ContextInputAttribute
|
|
521
|
+
type: string
|
|
522
|
+
dataType:
|
|
523
|
+
description: DataType
|
|
524
|
+
type: string
|
|
525
|
+
isSuccess:
|
|
526
|
+
description: Success
|
|
527
|
+
type: boolean
|
|
528
|
+
name:
|
|
529
|
+
description: Name
|
|
530
|
+
type: string
|
|
531
|
+
parentInputNodeId:
|
|
532
|
+
description: Id of (Parent) ContextInputNode
|
|
533
|
+
type: string
|
|
534
|
+
ContextInputNodeRepresentation:
|
|
535
|
+
description: Output representation of Context Input Node
|
|
536
|
+
type: object
|
|
537
|
+
properties:
|
|
538
|
+
attributes:
|
|
539
|
+
description: List of ContextInputAttributes
|
|
540
|
+
type: array
|
|
541
|
+
items:
|
|
542
|
+
type: ContextInputAttributeRepresentation
|
|
543
|
+
childInputNodes:
|
|
544
|
+
description: List of Child ContextInputNodes
|
|
545
|
+
type: array
|
|
546
|
+
items:
|
|
547
|
+
type: ContextInputNodeRepresentation
|
|
548
|
+
contextInputNodeId:
|
|
549
|
+
description: Id of this ContextInputNode
|
|
550
|
+
type: string
|
|
551
|
+
contextInputSchemaId:
|
|
552
|
+
description: Id of ContextInputSchema
|
|
553
|
+
type: string
|
|
554
|
+
isSuccess:
|
|
555
|
+
description: Success
|
|
556
|
+
type: boolean
|
|
557
|
+
name:
|
|
558
|
+
description: Name
|
|
559
|
+
type: string
|
|
560
|
+
parentInputNodeId:
|
|
561
|
+
description: Id of (Parent) ContextInputNode
|
|
562
|
+
type: string
|
|
563
|
+
ContextInputRepresentation:
|
|
564
|
+
description: Input representation of Context
|
|
565
|
+
type: object
|
|
566
|
+
properties:
|
|
567
|
+
data:
|
|
568
|
+
description: Data
|
|
569
|
+
type: string
|
|
570
|
+
metadata:
|
|
571
|
+
description: Context Metadata
|
|
572
|
+
type: object
|
|
573
|
+
ContextInputSchemaInputRepresentation:
|
|
574
|
+
description: Input representation of Context Input Schema
|
|
575
|
+
type: object
|
|
576
|
+
properties:
|
|
577
|
+
contextMappingId:
|
|
578
|
+
description: Reference to ContextMapping
|
|
579
|
+
type: string
|
|
580
|
+
inputSchema:
|
|
581
|
+
description: Input Schema
|
|
582
|
+
type: string
|
|
583
|
+
name:
|
|
584
|
+
description: Name
|
|
585
|
+
type: string
|
|
586
|
+
ContextInputSchemaRepresentation:
|
|
587
|
+
description: Output representation of Context Input Schema
|
|
588
|
+
type: object
|
|
589
|
+
properties:
|
|
590
|
+
contextInputSchemaId:
|
|
591
|
+
description: Id of this ContextInputSchema
|
|
592
|
+
type: string
|
|
593
|
+
contextMappingId:
|
|
594
|
+
description: Reference to ContextMapping
|
|
595
|
+
type: string
|
|
596
|
+
inputNodes:
|
|
597
|
+
description: List of ContextInputNodes
|
|
598
|
+
type: array
|
|
599
|
+
items:
|
|
600
|
+
type: ContextInputNodeRepresentation
|
|
601
|
+
isSuccess:
|
|
602
|
+
description: Success
|
|
603
|
+
type: boolean
|
|
604
|
+
name:
|
|
605
|
+
description: Name
|
|
606
|
+
type: string
|
|
607
|
+
ContextMappingInputRepresentation:
|
|
608
|
+
description: Input representation of Context Mapping
|
|
609
|
+
type: object
|
|
610
|
+
properties:
|
|
611
|
+
contextDefinitionVersionId:
|
|
612
|
+
description: Id of ContextDefinitionVersion
|
|
613
|
+
type: string
|
|
614
|
+
contextNodeMappings:
|
|
615
|
+
description: List of ContextNodeMappings
|
|
616
|
+
type: array
|
|
617
|
+
items:
|
|
618
|
+
type: object
|
|
619
|
+
description:
|
|
620
|
+
description: Description of ContextMapping
|
|
621
|
+
type: string
|
|
622
|
+
name:
|
|
623
|
+
description: Name of ContextMapping
|
|
624
|
+
type: string
|
|
625
|
+
ContextMappingRepresentation:
|
|
626
|
+
description: Output representation of Context Mapping
|
|
627
|
+
type: object
|
|
628
|
+
properties:
|
|
629
|
+
contextDefinitionVersionId:
|
|
630
|
+
description: Id of ContextDefinitionVersion
|
|
631
|
+
type: string
|
|
632
|
+
contextMappingId:
|
|
633
|
+
description: Id of ContextMapping
|
|
634
|
+
type: string
|
|
635
|
+
contextNodeMappings:
|
|
636
|
+
description: List of ContextNodeMappings
|
|
637
|
+
type: array
|
|
638
|
+
items:
|
|
639
|
+
type: ContextNodeMappingRepresentation
|
|
640
|
+
description:
|
|
641
|
+
description: Description of ContextMapping
|
|
642
|
+
type: string
|
|
643
|
+
isSuccess:
|
|
644
|
+
description: Success
|
|
645
|
+
type: boolean
|
|
646
|
+
name:
|
|
647
|
+
description: Name of ContextMapping
|
|
648
|
+
type: string
|
|
649
|
+
ContextMetaDataInputRepresentation:
|
|
650
|
+
description: Input representation of Context Metadata
|
|
651
|
+
type: object
|
|
652
|
+
properties:
|
|
653
|
+
boStructure:
|
|
654
|
+
description: List of BusinessObjectType Structures
|
|
655
|
+
type: array
|
|
656
|
+
items:
|
|
657
|
+
type: object
|
|
658
|
+
contextDefinitionId:
|
|
659
|
+
description: Context Definition Id
|
|
660
|
+
type: string
|
|
661
|
+
contextLifecycleCustomizer:
|
|
662
|
+
description: Context Lifecycle Customizer
|
|
663
|
+
type: string
|
|
664
|
+
mappingId:
|
|
665
|
+
description: Context Mapping Id
|
|
666
|
+
type: string
|
|
667
|
+
# TODO Hand-rolled W-8334626
|
|
668
|
+
ContextNodeInputWrapperRepresentation:
|
|
669
|
+
description: Wrapper Input representation for ContextNodeInputRepresentation
|
|
670
|
+
type: object
|
|
671
|
+
properties:
|
|
672
|
+
contextNodeInput:
|
|
673
|
+
description: Input representation of Context Node
|
|
674
|
+
type: ContextNodeInputRepresentation
|
|
675
|
+
ContextNodeInputRepresentation:
|
|
676
|
+
description: Input representation of Context Node
|
|
677
|
+
type: object
|
|
678
|
+
properties:
|
|
679
|
+
attributes:
|
|
680
|
+
description: List of Attributes
|
|
681
|
+
type: array
|
|
682
|
+
items:
|
|
683
|
+
type: object
|
|
684
|
+
required: false # TODO Hand-rolled W-12486791
|
|
685
|
+
childNodes:
|
|
686
|
+
description: List of Child ContextNodes
|
|
687
|
+
type: array
|
|
688
|
+
items:
|
|
689
|
+
type: object
|
|
690
|
+
required: false # TODO Hand-rolled W-12486791
|
|
691
|
+
contextDefinitionVersionId:
|
|
692
|
+
description: Id of ContextDefinitionVersion
|
|
693
|
+
type: string
|
|
694
|
+
isTransposable:
|
|
695
|
+
description: Is Transposable ?
|
|
696
|
+
type: boolean
|
|
697
|
+
required: false # TODO Hand-rolled W-12486791
|
|
698
|
+
name:
|
|
699
|
+
description: Name
|
|
700
|
+
type: string
|
|
701
|
+
parentNodeId:
|
|
702
|
+
description: Id of (Parent) Context Node
|
|
703
|
+
type: string
|
|
704
|
+
required: false # TODO Hand-rolled W-12486791
|
|
705
|
+
ContextNodeMappingInputRepresentation:
|
|
706
|
+
description: Input representation of Context Node Mapping
|
|
707
|
+
type: object
|
|
708
|
+
properties:
|
|
709
|
+
attributeMappings:
|
|
710
|
+
description: List of ContextAttributeMappings
|
|
711
|
+
type: array
|
|
712
|
+
items:
|
|
713
|
+
type: object
|
|
714
|
+
businessObjectTypeId:
|
|
715
|
+
description: Reference to BusinessObjectType
|
|
716
|
+
type: string
|
|
717
|
+
contextInputNodeId:
|
|
718
|
+
description: Reference to ContextInputNode
|
|
719
|
+
type: string
|
|
720
|
+
contextMappingId:
|
|
721
|
+
description: Id of (Parent) ContextMapping
|
|
722
|
+
type: string
|
|
723
|
+
contextNodeId:
|
|
724
|
+
description: Reference to ContextNode
|
|
725
|
+
type: string
|
|
726
|
+
sObjectName:
|
|
727
|
+
description: SObject Name
|
|
728
|
+
type: string
|
|
729
|
+
ContextNodeMappingRepresentation:
|
|
730
|
+
description: Output representation of Context Node Mapping
|
|
731
|
+
type: object
|
|
732
|
+
properties:
|
|
733
|
+
attributeMappings:
|
|
734
|
+
description: List of ContextAttributeMappings
|
|
735
|
+
type: array
|
|
736
|
+
items:
|
|
737
|
+
type: ContextAttributeMappingRepresentation
|
|
738
|
+
businessObjectTypeId:
|
|
739
|
+
description: Id of BusinessObjectType
|
|
740
|
+
type: string
|
|
741
|
+
contextInputNodeId:
|
|
742
|
+
description: Id of ContextInputNode
|
|
743
|
+
type: string
|
|
744
|
+
contextMappingId:
|
|
745
|
+
description: Id of ContextMapping
|
|
746
|
+
type: string
|
|
747
|
+
contextNodeId:
|
|
748
|
+
description: Id of (Parent) ContextNode
|
|
749
|
+
type: string
|
|
750
|
+
contextNodeMappingId:
|
|
751
|
+
description: Id of this ContextNodeMapping
|
|
752
|
+
type: string
|
|
753
|
+
isSuccess:
|
|
754
|
+
description: Success
|
|
755
|
+
type: boolean
|
|
756
|
+
sObjectName:
|
|
757
|
+
description: SObject Name
|
|
758
|
+
type: string
|
|
759
|
+
ContextNodeRepresentation:
|
|
760
|
+
description: Output representation of Context Node
|
|
761
|
+
type: object
|
|
762
|
+
properties:
|
|
763
|
+
attributes:
|
|
764
|
+
description: List of Attributes
|
|
765
|
+
type: array
|
|
766
|
+
items:
|
|
767
|
+
type: ContextAttributeRepresentation
|
|
768
|
+
childNodes:
|
|
769
|
+
description: List of Child ContextNodes
|
|
770
|
+
type: array
|
|
771
|
+
items:
|
|
772
|
+
type: ContextNodeRepresentation
|
|
773
|
+
contextDefinitionVersionId:
|
|
774
|
+
description: Id of ContextDefinitionVersion
|
|
775
|
+
type: string
|
|
776
|
+
contextNodeId:
|
|
777
|
+
description: Id of this ContextNode
|
|
778
|
+
type: string
|
|
779
|
+
isSuccess:
|
|
780
|
+
description: Success
|
|
781
|
+
type: boolean
|
|
782
|
+
required: false # TODO Hand-rolled W-12486791
|
|
783
|
+
isTransposable:
|
|
784
|
+
description: Is transposable ?
|
|
785
|
+
type: boolean
|
|
786
|
+
required: false # TODO Hand-rolled W-12486791
|
|
787
|
+
name:
|
|
788
|
+
description: Name
|
|
789
|
+
type: string
|
|
790
|
+
parentNodeId:
|
|
791
|
+
description: Id of (Parent) ContextNode
|
|
792
|
+
type: string
|
|
793
|
+
required: false # TODO Hand-rolled W-12486791
|
|
794
|
+
tags:
|
|
795
|
+
description: List of Tags
|
|
796
|
+
type: array
|
|
797
|
+
items:
|
|
798
|
+
type: ContextAttributeTagRepresentation
|
|
799
|
+
ContextOutputRepresentation:
|
|
800
|
+
description: Context Output Representation
|
|
801
|
+
type: object
|
|
802
|
+
properties:
|
|
803
|
+
isSuccess:
|
|
804
|
+
description: Success
|
|
805
|
+
type: boolean
|
|
806
|
+
ContextQueryRecordRepresentation:
|
|
807
|
+
description: Output representation of Context Query Record
|
|
808
|
+
type: object
|
|
809
|
+
properties:
|
|
810
|
+
childQueryRecords:
|
|
811
|
+
description: List of Child Query Records
|
|
812
|
+
type: array
|
|
813
|
+
items:
|
|
814
|
+
type: ContextQueryRecordRepresentation
|
|
815
|
+
record:
|
|
816
|
+
description: Context Data Record
|
|
817
|
+
type: ContextDataRecordRepresentation
|
|
818
|
+
ContextQueryResultRepresentation:
|
|
819
|
+
description: Output representation of Context Query Result
|
|
820
|
+
type: object
|
|
821
|
+
properties:
|
|
822
|
+
isDone:
|
|
823
|
+
description: Done
|
|
824
|
+
type: boolean
|
|
825
|
+
isSuccess:
|
|
826
|
+
description: Success
|
|
827
|
+
type: boolean
|
|
828
|
+
queryRecords:
|
|
829
|
+
description: List of Context Query Records
|
|
830
|
+
type: array
|
|
831
|
+
items:
|
|
832
|
+
type: ContextQueryRecordRepresentation
|
|
833
|
+
NodePathAndAttributesInputRepresentation:
|
|
834
|
+
description: Input representation for NodePath and Attributes
|
|
835
|
+
type: object
|
|
836
|
+
properties:
|
|
837
|
+
attributes:
|
|
838
|
+
description: Map of Attributes
|
|
839
|
+
type: object
|
|
840
|
+
properties:
|
|
841
|
+
//:
|
|
842
|
+
type: object
|
|
843
|
+
nodePath:
|
|
844
|
+
description: Node Path
|
|
845
|
+
type: array
|
|
846
|
+
items:
|
|
847
|
+
type: string
|
|
848
|
+
QueryContextInputRepresentation:
|
|
849
|
+
description: Input representation of Query Context
|
|
850
|
+
type: object
|
|
851
|
+
properties:
|
|
852
|
+
attributes:
|
|
853
|
+
description: List of Attributes
|
|
854
|
+
type: array
|
|
855
|
+
items:
|
|
856
|
+
type: string
|
|
857
|
+
businessObjectTypeFilter:
|
|
858
|
+
description: Business Object Type Filter
|
|
859
|
+
type: string
|
|
860
|
+
filters:
|
|
861
|
+
description: Filters
|
|
862
|
+
type: object
|
|
863
|
+
properties:
|
|
864
|
+
//:
|
|
865
|
+
type: array
|
|
866
|
+
items:
|
|
867
|
+
type: string
|
|
868
|
+
queryPath:
|
|
869
|
+
description: Path to the Parent Node
|
|
870
|
+
type: array
|
|
871
|
+
items:
|
|
872
|
+
type: string
|
|
873
|
+
tags:
|
|
874
|
+
description: List of Tags
|
|
875
|
+
type: array
|
|
876
|
+
items:
|
|
877
|
+
type: string
|
|
878
|
+
UpdateContextAttributesInputRepresentation:
|
|
879
|
+
description: Input representation for updating ContextAttributes
|
|
880
|
+
type: object
|
|
881
|
+
properties:
|
|
882
|
+
nodePathToAttributeList:
|
|
883
|
+
description: List of Node Path to Attribute
|
|
884
|
+
type: array
|
|
885
|
+
items:
|
|
886
|
+
type: object
|
|
887
|
+
properties:
|
|
888
|
+
//:
|
|
889
|
+
type: object
|
|
890
|
+
/connect:
|
|
891
|
+
/context:
|
|
892
|
+
post:
|
|
893
|
+
description: Build Context
|
|
894
|
+
responses:
|
|
895
|
+
'200':
|
|
896
|
+
description: Success
|
|
897
|
+
body:
|
|
898
|
+
application/json:
|
|
899
|
+
type: ContextInfoRepresentation
|
|
900
|
+
body:
|
|
901
|
+
application/json:
|
|
902
|
+
type: ContextInputRepresentation
|
|
903
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
904
|
+
(oas-body-name): contextInput
|
|
905
|
+
/inputschema:
|
|
906
|
+
post:
|
|
907
|
+
description: Create a Context Input Schema
|
|
908
|
+
responses:
|
|
909
|
+
'200':
|
|
910
|
+
description: Success
|
|
911
|
+
body:
|
|
912
|
+
application/json:
|
|
913
|
+
type: ContextOutputRepresentation
|
|
914
|
+
body:
|
|
915
|
+
application/json:
|
|
916
|
+
type: ContextInputSchemaInputRepresentation
|
|
917
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
918
|
+
(oas-body-name): contextInputSchemaInput
|
|
919
|
+
/attributenode/{contextInputAttributeId}:
|
|
920
|
+
get:
|
|
921
|
+
description: Get a Context Input Attribute
|
|
922
|
+
responses:
|
|
923
|
+
'200':
|
|
924
|
+
description: Success
|
|
925
|
+
body:
|
|
926
|
+
application/json:
|
|
927
|
+
type: ContextInputAttributeRepresentation
|
|
928
|
+
uriParameters:
|
|
929
|
+
contextInputAttributeId:
|
|
930
|
+
description: Unique ID to represent a Context Input Attribute
|
|
931
|
+
type: string
|
|
932
|
+
required: true
|
|
933
|
+
/node/{contextInputNodeId}:
|
|
934
|
+
get:
|
|
935
|
+
description: Get a Context Input Node
|
|
936
|
+
responses:
|
|
937
|
+
'200':
|
|
938
|
+
description: Success
|
|
939
|
+
body:
|
|
940
|
+
application/json:
|
|
941
|
+
type: ContextInputNodeRepresentation
|
|
942
|
+
uriParameters:
|
|
943
|
+
contextInputNodeId:
|
|
944
|
+
description: Unique ID to represent a Context Input Node
|
|
945
|
+
type: string
|
|
946
|
+
required: true
|
|
947
|
+
/{contextInputSchemaId}:
|
|
948
|
+
delete:
|
|
949
|
+
description: Delete a Context Input Schema
|
|
950
|
+
responses:
|
|
951
|
+
'200':
|
|
952
|
+
description: Success
|
|
953
|
+
get:
|
|
954
|
+
description: Get a Context Input Schema
|
|
955
|
+
responses:
|
|
956
|
+
'200':
|
|
957
|
+
description: Success
|
|
958
|
+
body:
|
|
959
|
+
application/json:
|
|
960
|
+
type: ContextInputSchemaRepresentation
|
|
961
|
+
uriParameters:
|
|
962
|
+
contextInputSchemaId:
|
|
963
|
+
description: Unique ID to represent a Context Input Schema
|
|
964
|
+
type: string
|
|
965
|
+
required: true
|
|
966
|
+
/{contextId}:
|
|
967
|
+
delete:
|
|
968
|
+
description: Delete a Context
|
|
969
|
+
responses:
|
|
970
|
+
'200':
|
|
971
|
+
description: Success
|
|
972
|
+
get:
|
|
973
|
+
description: Lookup Context
|
|
974
|
+
responses:
|
|
975
|
+
'200':
|
|
976
|
+
description: Success
|
|
977
|
+
body:
|
|
978
|
+
application/json:
|
|
979
|
+
type: ContextInfoRepresentation
|
|
980
|
+
uriParameters:
|
|
981
|
+
contextId:
|
|
982
|
+
description: Unique ID to represent a Context
|
|
983
|
+
type: string
|
|
984
|
+
required: true
|
|
985
|
+
/attribute:
|
|
986
|
+
post:
|
|
987
|
+
description: Update Context Attributes
|
|
988
|
+
responses:
|
|
989
|
+
'200':
|
|
990
|
+
description: Success
|
|
991
|
+
body:
|
|
992
|
+
application/json:
|
|
993
|
+
type: ContextOutputRepresentation
|
|
994
|
+
body:
|
|
995
|
+
application/json:
|
|
996
|
+
type: UpdateContextAttributesInputRepresentation
|
|
997
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
998
|
+
(oas-body-name): updateContextAttributesInput
|
|
999
|
+
uriParameters:
|
|
1000
|
+
contextId:
|
|
1001
|
+
description: Unique ID to represent a Context
|
|
1002
|
+
type: string
|
|
1003
|
+
required: true
|
|
1004
|
+
/clear:
|
|
1005
|
+
post:
|
|
1006
|
+
description: Clear Context Node
|
|
1007
|
+
responses:
|
|
1008
|
+
'200':
|
|
1009
|
+
description: Success
|
|
1010
|
+
body:
|
|
1011
|
+
application/json:
|
|
1012
|
+
type: ContextOutputRepresentation
|
|
1013
|
+
body:
|
|
1014
|
+
application/json:
|
|
1015
|
+
type: ClearContextNodesInputRepresentation
|
|
1016
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1017
|
+
(oas-body-name): contextNodeInfoInput
|
|
1018
|
+
uriParameters:
|
|
1019
|
+
contextId:
|
|
1020
|
+
description: Unique ID to represent a Context
|
|
1021
|
+
type: string
|
|
1022
|
+
required: true
|
|
1023
|
+
/clone:
|
|
1024
|
+
post:
|
|
1025
|
+
description: Clone a Context Object
|
|
1026
|
+
responses:
|
|
1027
|
+
'200':
|
|
1028
|
+
description: Success
|
|
1029
|
+
body:
|
|
1030
|
+
application/json:
|
|
1031
|
+
type: ContextInfoRepresentation
|
|
1032
|
+
uriParameters:
|
|
1033
|
+
contextId:
|
|
1034
|
+
description: Unique ID to represent a Context
|
|
1035
|
+
type: string
|
|
1036
|
+
required: true
|
|
1037
|
+
/hydrate:
|
|
1038
|
+
post:
|
|
1039
|
+
description: Hydrate Context
|
|
1040
|
+
responses:
|
|
1041
|
+
'200':
|
|
1042
|
+
description: Success
|
|
1043
|
+
body:
|
|
1044
|
+
application/json:
|
|
1045
|
+
type: ContextOutputRepresentation
|
|
1046
|
+
body:
|
|
1047
|
+
application/json:
|
|
1048
|
+
type: ContextHydrationInfoInputRepresentation
|
|
1049
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1050
|
+
(oas-body-name): contextHydrateInfoInput
|
|
1051
|
+
uriParameters:
|
|
1052
|
+
contextId:
|
|
1053
|
+
description: Unique ID to represent a Context
|
|
1054
|
+
type: string
|
|
1055
|
+
required: true
|
|
1056
|
+
/query:
|
|
1057
|
+
post:
|
|
1058
|
+
description: Query a Context Object
|
|
1059
|
+
responses:
|
|
1060
|
+
'200':
|
|
1061
|
+
description: Success
|
|
1062
|
+
body:
|
|
1063
|
+
application/json:
|
|
1064
|
+
type: ContextQueryResultRepresentation
|
|
1065
|
+
body:
|
|
1066
|
+
application/json:
|
|
1067
|
+
type: QueryContextInputRepresentation
|
|
1068
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1069
|
+
(oas-body-name): queryContextInput
|
|
1070
|
+
uriParameters:
|
|
1071
|
+
contextId:
|
|
1072
|
+
description: Unique ID to represent a Context
|
|
1073
|
+
type: string
|
|
1074
|
+
required: true
|
|
1075
|
+
/contextdefinition:
|
|
1076
|
+
get:
|
|
1077
|
+
description: Get Context Definition List
|
|
1078
|
+
responses:
|
|
1079
|
+
'200':
|
|
1080
|
+
description: Success
|
|
1081
|
+
body:
|
|
1082
|
+
application/json:
|
|
1083
|
+
type: ContextDefinitionListRepresentation
|
|
1084
|
+
post:
|
|
1085
|
+
description: Create a Context Definition Object
|
|
1086
|
+
responses:
|
|
1087
|
+
'200':
|
|
1088
|
+
description: Success
|
|
1089
|
+
body:
|
|
1090
|
+
application/json:
|
|
1091
|
+
type: ContextDefinitionInfoRepresentation
|
|
1092
|
+
body:
|
|
1093
|
+
application/json:
|
|
1094
|
+
# TODO: Hand rolled 'type' to provide a wrapper that uses the oas-body-name
|
|
1095
|
+
type: ContextDefinitionInputWrapperRepresentation
|
|
1096
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1097
|
+
(oas-body-name): contextDefinitionInput
|
|
1098
|
+
/attributenode:
|
|
1099
|
+
post:
|
|
1100
|
+
description: Create a Context Attribute Node Object
|
|
1101
|
+
responses:
|
|
1102
|
+
'200':
|
|
1103
|
+
description: Success
|
|
1104
|
+
body:
|
|
1105
|
+
application/json:
|
|
1106
|
+
type: ContextAttributeRepresentation
|
|
1107
|
+
body:
|
|
1108
|
+
application/json:
|
|
1109
|
+
# TODO: Hand rolled 'type' to provide a wrapper that uses the oas-body-name
|
|
1110
|
+
type: ContextAttributeInputWrapperRepresentation
|
|
1111
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1112
|
+
(oas-body-name): contextAttributeInput
|
|
1113
|
+
/attributenode/{contextAttributeId}:
|
|
1114
|
+
delete:
|
|
1115
|
+
description: Delete a Context Attribute
|
|
1116
|
+
responses:
|
|
1117
|
+
'200':
|
|
1118
|
+
description: Success
|
|
1119
|
+
get:
|
|
1120
|
+
description: Get a Context Attribute
|
|
1121
|
+
responses:
|
|
1122
|
+
'200':
|
|
1123
|
+
description: Success
|
|
1124
|
+
body:
|
|
1125
|
+
application/json:
|
|
1126
|
+
type: ContextAttributeRepresentation
|
|
1127
|
+
patch:
|
|
1128
|
+
description: Patch a Context Attribute
|
|
1129
|
+
responses:
|
|
1130
|
+
'200':
|
|
1131
|
+
description: Success
|
|
1132
|
+
body:
|
|
1133
|
+
application/json:
|
|
1134
|
+
type: ContextAttributeRepresentation
|
|
1135
|
+
body:
|
|
1136
|
+
application/json:
|
|
1137
|
+
# TODO: Hand rolled 'type' to provide a wrapper that uses the oas-body-name
|
|
1138
|
+
type: ContextAttributeInputWrapperRepresentation
|
|
1139
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1140
|
+
(oas-body-name): contextAttributeInput
|
|
1141
|
+
uriParameters:
|
|
1142
|
+
contextAttributeId:
|
|
1143
|
+
description: Unique ID to represent a Context Attribute
|
|
1144
|
+
type: string
|
|
1145
|
+
required: true
|
|
1146
|
+
/attributenode/{contextAttributeId}/tags:
|
|
1147
|
+
get:
|
|
1148
|
+
description: Get a List of Context Attribute Tags
|
|
1149
|
+
responses:
|
|
1150
|
+
'200':
|
|
1151
|
+
description: Success
|
|
1152
|
+
body:
|
|
1153
|
+
application/json:
|
|
1154
|
+
type: ContextAttributeTagListRepresentation
|
|
1155
|
+
uriParameters:
|
|
1156
|
+
contextAttributeId:
|
|
1157
|
+
description: Unique ID to represent a Context Attribute
|
|
1158
|
+
type: string
|
|
1159
|
+
required: true
|
|
1160
|
+
/attributetag:
|
|
1161
|
+
post:
|
|
1162
|
+
description: Create a Context Attribute Tag
|
|
1163
|
+
responses:
|
|
1164
|
+
'200':
|
|
1165
|
+
description: Success
|
|
1166
|
+
body:
|
|
1167
|
+
application/json:
|
|
1168
|
+
type: ContextAttributeTagRepresentation
|
|
1169
|
+
body:
|
|
1170
|
+
application/json:
|
|
1171
|
+
type: ContextAttributeTagInputRepresentation
|
|
1172
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1173
|
+
(oas-body-name): contextAttributeTagInput
|
|
1174
|
+
/attributetag/{contextAttributeTagId}:
|
|
1175
|
+
delete:
|
|
1176
|
+
description: Delete a Context Attribute Tag
|
|
1177
|
+
responses:
|
|
1178
|
+
'200':
|
|
1179
|
+
description: Success
|
|
1180
|
+
patch:
|
|
1181
|
+
description: Patch a Context Attribute Tag
|
|
1182
|
+
responses:
|
|
1183
|
+
'200':
|
|
1184
|
+
description: Success
|
|
1185
|
+
body:
|
|
1186
|
+
application/json:
|
|
1187
|
+
type: ContextAttributeTagRepresentation
|
|
1188
|
+
body:
|
|
1189
|
+
application/json:
|
|
1190
|
+
type: ContextAttributeTagInputRepresentation
|
|
1191
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1192
|
+
(oas-body-name): contextAttributeTagInput
|
|
1193
|
+
uriParameters:
|
|
1194
|
+
contextAttributeTagId:
|
|
1195
|
+
description: Unique ID to represent a Context Attribute Tag
|
|
1196
|
+
type: string
|
|
1197
|
+
required: true
|
|
1198
|
+
/info/{contextDefinitionId}:
|
|
1199
|
+
get:
|
|
1200
|
+
description: Get Info of a Context Definition
|
|
1201
|
+
responses:
|
|
1202
|
+
'200':
|
|
1203
|
+
description: Success
|
|
1204
|
+
body:
|
|
1205
|
+
application/json:
|
|
1206
|
+
type: ContextDefinitionInfoRepresentation
|
|
1207
|
+
uriParameters:
|
|
1208
|
+
contextDefinitionId:
|
|
1209
|
+
description: Unique ID to represent a Context Definition
|
|
1210
|
+
type: string
|
|
1211
|
+
required: true
|
|
1212
|
+
/node:
|
|
1213
|
+
post:
|
|
1214
|
+
description: Create a Context Node Object
|
|
1215
|
+
responses:
|
|
1216
|
+
'200':
|
|
1217
|
+
description: Success
|
|
1218
|
+
body:
|
|
1219
|
+
application/json:
|
|
1220
|
+
type: ContextNodeRepresentation
|
|
1221
|
+
body:
|
|
1222
|
+
application/json:
|
|
1223
|
+
# TODO: Hand rolled 'type' to provide a wrapper that uses the oas-body-name
|
|
1224
|
+
type: ContextNodeInputWrapperRepresentation
|
|
1225
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1226
|
+
(oas-body-name): contextNodeInput
|
|
1227
|
+
/node/{contextNodeId}:
|
|
1228
|
+
delete:
|
|
1229
|
+
description: Delete a Context Node
|
|
1230
|
+
responses:
|
|
1231
|
+
'200':
|
|
1232
|
+
description: Success
|
|
1233
|
+
get:
|
|
1234
|
+
description: Get a Context Node
|
|
1235
|
+
responses:
|
|
1236
|
+
'200':
|
|
1237
|
+
description: Success
|
|
1238
|
+
body:
|
|
1239
|
+
application/json:
|
|
1240
|
+
type: ContextNodeRepresentation
|
|
1241
|
+
patch:
|
|
1242
|
+
description: Patch a Context Node
|
|
1243
|
+
responses:
|
|
1244
|
+
'200':
|
|
1245
|
+
description: Success
|
|
1246
|
+
body:
|
|
1247
|
+
application/json:
|
|
1248
|
+
type: ContextNodeRepresentation
|
|
1249
|
+
body:
|
|
1250
|
+
application/json:
|
|
1251
|
+
# TODO: Hand rolled 'type' to provide a wrapper that uses the oas-body-name
|
|
1252
|
+
type: ContextNodeInputWrapperRepresentation
|
|
1253
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1254
|
+
(oas-body-name): contextNodeInput
|
|
1255
|
+
uriParameters:
|
|
1256
|
+
contextNodeId:
|
|
1257
|
+
description: Unique ID to represent a Context Node
|
|
1258
|
+
type: string
|
|
1259
|
+
required: true
|
|
1260
|
+
/version:
|
|
1261
|
+
post:
|
|
1262
|
+
description: Create a Context Definition Version Object
|
|
1263
|
+
responses:
|
|
1264
|
+
'200':
|
|
1265
|
+
description: Success
|
|
1266
|
+
body:
|
|
1267
|
+
application/json:
|
|
1268
|
+
type: ContextDefinitionVersionRepresentation
|
|
1269
|
+
body:
|
|
1270
|
+
application/json:
|
|
1271
|
+
# TODO: Hand rolled 'type' to provide a wrapper that uses the oas-body-name
|
|
1272
|
+
type: ContextDefinitionVersionInputWrapperRepresentation
|
|
1273
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1274
|
+
(oas-body-name): contextDefinitionVersionInput
|
|
1275
|
+
/version/{contextDefinitionVersionId}:
|
|
1276
|
+
delete:
|
|
1277
|
+
description: Delete a Context Definition Version
|
|
1278
|
+
responses:
|
|
1279
|
+
'200':
|
|
1280
|
+
description: Success
|
|
1281
|
+
get:
|
|
1282
|
+
description: Get a Context Definition Version
|
|
1283
|
+
responses:
|
|
1284
|
+
'200':
|
|
1285
|
+
description: Success
|
|
1286
|
+
body:
|
|
1287
|
+
application/json:
|
|
1288
|
+
type: ContextDefinitionVersionRepresentation
|
|
1289
|
+
patch:
|
|
1290
|
+
description: Patch a Context Definition Version
|
|
1291
|
+
responses:
|
|
1292
|
+
'200':
|
|
1293
|
+
description: Success
|
|
1294
|
+
body:
|
|
1295
|
+
application/json:
|
|
1296
|
+
type: ContextDefinitionVersionRepresentation
|
|
1297
|
+
body:
|
|
1298
|
+
application/json:
|
|
1299
|
+
# TODO: Hand rolled 'type' to provide a wrapper that uses the oas-body-name
|
|
1300
|
+
type: ContextDefinitionVersionInputWrapperRepresentation
|
|
1301
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1302
|
+
(oas-body-name): contextDefinitionVersionInput
|
|
1303
|
+
uriParameters:
|
|
1304
|
+
contextDefinitionVersionId:
|
|
1305
|
+
description: Unique ID to represent a Context Definition Version
|
|
1306
|
+
type: string
|
|
1307
|
+
required: true
|
|
1308
|
+
/{contextDefinitionId}:
|
|
1309
|
+
delete:
|
|
1310
|
+
description: Delete a Context Definition
|
|
1311
|
+
responses:
|
|
1312
|
+
'200':
|
|
1313
|
+
description: Success
|
|
1314
|
+
get:
|
|
1315
|
+
description: Get a Context Definition
|
|
1316
|
+
responses:
|
|
1317
|
+
'200':
|
|
1318
|
+
description: Success
|
|
1319
|
+
body:
|
|
1320
|
+
application/json:
|
|
1321
|
+
type: ContextDefinitionRepresentation
|
|
1322
|
+
patch:
|
|
1323
|
+
description: Patch a Context Definition
|
|
1324
|
+
responses:
|
|
1325
|
+
'200':
|
|
1326
|
+
description: Success
|
|
1327
|
+
body:
|
|
1328
|
+
application/json:
|
|
1329
|
+
type: ContextDefinitionInfoRepresentation
|
|
1330
|
+
body:
|
|
1331
|
+
application/json:
|
|
1332
|
+
# TODO: Hand rolled 'type' to provide a wrapper that uses the oas-body-name
|
|
1333
|
+
type: ContextDefinitionInputWrapperRepresentation
|
|
1334
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1335
|
+
(oas-body-name): contextDefinitionInput
|
|
1336
|
+
uriParameters:
|
|
1337
|
+
contextDefinitionId:
|
|
1338
|
+
description: Unique ID to represent a Context Definition
|
|
1339
|
+
type: string
|
|
1340
|
+
required: true
|
|
1341
|
+
/contextmapping:
|
|
1342
|
+
post:
|
|
1343
|
+
description: Create a Context Mapping Object
|
|
1344
|
+
responses:
|
|
1345
|
+
'200':
|
|
1346
|
+
description: Success
|
|
1347
|
+
body:
|
|
1348
|
+
application/json:
|
|
1349
|
+
type: ContextMappingRepresentation
|
|
1350
|
+
body:
|
|
1351
|
+
application/json:
|
|
1352
|
+
type: ContextMappingInputRepresentation
|
|
1353
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1354
|
+
(oas-body-name): contextMappingInput
|
|
1355
|
+
/attributenode:
|
|
1356
|
+
post:
|
|
1357
|
+
description: Create a Context Attribute Mapping Object
|
|
1358
|
+
responses:
|
|
1359
|
+
'200':
|
|
1360
|
+
description: Success
|
|
1361
|
+
body:
|
|
1362
|
+
application/json:
|
|
1363
|
+
type: ContextAttributeMappingRepresentation
|
|
1364
|
+
body:
|
|
1365
|
+
application/json:
|
|
1366
|
+
type: ContextAttributeMappingInputRepresentation
|
|
1367
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1368
|
+
(oas-body-name): contextAttributeMappingInput
|
|
1369
|
+
/attributenode/{contextAttributeMappingId}:
|
|
1370
|
+
delete:
|
|
1371
|
+
description: Delete a Context Attribute Mapping
|
|
1372
|
+
responses:
|
|
1373
|
+
'200':
|
|
1374
|
+
description: Success
|
|
1375
|
+
get:
|
|
1376
|
+
description: Get a Context Attribute Mapping
|
|
1377
|
+
responses:
|
|
1378
|
+
'200':
|
|
1379
|
+
description: Success
|
|
1380
|
+
body:
|
|
1381
|
+
application/json:
|
|
1382
|
+
type: ContextAttributeMappingRepresentation
|
|
1383
|
+
patch:
|
|
1384
|
+
description: Patch a Context Attribute Mapping
|
|
1385
|
+
responses:
|
|
1386
|
+
'200':
|
|
1387
|
+
description: Success
|
|
1388
|
+
body:
|
|
1389
|
+
application/json:
|
|
1390
|
+
type: ContextOutputRepresentation
|
|
1391
|
+
body:
|
|
1392
|
+
application/json:
|
|
1393
|
+
type: ContextAttributeMappingInputRepresentation
|
|
1394
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1395
|
+
(oas-body-name): contextAttributeMappingInput
|
|
1396
|
+
uriParameters:
|
|
1397
|
+
contextAttributeMappingId:
|
|
1398
|
+
description: Unique ID to represent a Context Attribute Mapping
|
|
1399
|
+
type: string
|
|
1400
|
+
required: true
|
|
1401
|
+
/hydrationdetail:
|
|
1402
|
+
post:
|
|
1403
|
+
description: Create a Context Attribute Hydration Detail Object
|
|
1404
|
+
responses:
|
|
1405
|
+
'200':
|
|
1406
|
+
description: Success
|
|
1407
|
+
body:
|
|
1408
|
+
application/json:
|
|
1409
|
+
type: ContextAttrHydrationDetailRepresentation
|
|
1410
|
+
body:
|
|
1411
|
+
application/json:
|
|
1412
|
+
type: ContextAttrHydrationDetailInputRepresentation
|
|
1413
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1414
|
+
(oas-body-name): contextAttrHydrationDetailInput
|
|
1415
|
+
/hydrationdetail/{contextAttrHydrationDetailId}:
|
|
1416
|
+
get:
|
|
1417
|
+
description: Get a Context Attribute Hydration Detail Object
|
|
1418
|
+
responses:
|
|
1419
|
+
'200':
|
|
1420
|
+
description: Success
|
|
1421
|
+
body:
|
|
1422
|
+
application/json:
|
|
1423
|
+
type: ContextAttrHydrationDetailRepresentation
|
|
1424
|
+
uriParameters:
|
|
1425
|
+
contextAttrHydrationDetailId:
|
|
1426
|
+
description: Unique ID to represent a Context Attribute Hydration Detail
|
|
1427
|
+
type: string
|
|
1428
|
+
required: true
|
|
1429
|
+
/node:
|
|
1430
|
+
post:
|
|
1431
|
+
description: Create a Context Node Mapping Object
|
|
1432
|
+
responses:
|
|
1433
|
+
'200':
|
|
1434
|
+
description: Success
|
|
1435
|
+
body:
|
|
1436
|
+
application/json:
|
|
1437
|
+
type: ContextNodeMappingRepresentation
|
|
1438
|
+
body:
|
|
1439
|
+
application/json:
|
|
1440
|
+
type: ContextNodeMappingInputRepresentation
|
|
1441
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1442
|
+
(oas-body-name): contextNodeMappingInput
|
|
1443
|
+
/node/{contextNodeMappingId}:
|
|
1444
|
+
delete:
|
|
1445
|
+
description: Delete a Context Node Mapping
|
|
1446
|
+
responses:
|
|
1447
|
+
'200':
|
|
1448
|
+
description: Success
|
|
1449
|
+
get:
|
|
1450
|
+
description: Get a Context Node Mapping
|
|
1451
|
+
responses:
|
|
1452
|
+
'200':
|
|
1453
|
+
description: Success
|
|
1454
|
+
body:
|
|
1455
|
+
application/json:
|
|
1456
|
+
type: ContextNodeMappingRepresentation
|
|
1457
|
+
patch:
|
|
1458
|
+
description: Patch a Context Node Mapping
|
|
1459
|
+
responses:
|
|
1460
|
+
'200':
|
|
1461
|
+
description: Success
|
|
1462
|
+
body:
|
|
1463
|
+
application/json:
|
|
1464
|
+
type: ContextNodeMappingRepresentation
|
|
1465
|
+
body:
|
|
1466
|
+
application/json:
|
|
1467
|
+
type: ContextNodeMappingInputRepresentation
|
|
1468
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1469
|
+
(oas-body-name): contextNodeMappingInput
|
|
1470
|
+
uriParameters:
|
|
1471
|
+
contextNodeMappingId:
|
|
1472
|
+
description: Unique ID to represent a Context Node Mapping
|
|
1473
|
+
type: string
|
|
1474
|
+
required: true
|
|
1475
|
+
/{contextMappingId}:
|
|
1476
|
+
delete:
|
|
1477
|
+
description: Delete a Context Mapping
|
|
1478
|
+
responses:
|
|
1479
|
+
'200':
|
|
1480
|
+
description: Success
|
|
1481
|
+
get:
|
|
1482
|
+
description: Get a Context Mapping
|
|
1483
|
+
responses:
|
|
1484
|
+
'200':
|
|
1485
|
+
description: Success
|
|
1486
|
+
body:
|
|
1487
|
+
application/json:
|
|
1488
|
+
type: ContextMappingRepresentation
|
|
1489
|
+
patch:
|
|
1490
|
+
description: Patch a Context Mapping
|
|
1491
|
+
responses:
|
|
1492
|
+
'200':
|
|
1493
|
+
description: Success
|
|
1494
|
+
body:
|
|
1495
|
+
application/json:
|
|
1496
|
+
type: ContextOutputRepresentation
|
|
1497
|
+
body:
|
|
1498
|
+
application/json:
|
|
1499
|
+
type: ContextMappingInputRepresentation
|
|
1500
|
+
# required: false # TODO Hand rolled W-12486791.
|
|
1501
|
+
(oas-body-name): contextMappingInput
|
|
1502
|
+
uriParameters:
|
|
1503
|
+
contextMappingId:
|
|
1504
|
+
description: Unique ID to represent a Context Mapping
|
|
1505
|
+
type: string
|
|
1506
|
+
required: true
|