You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/fdc3-schema/schemas/api/api.schema.json
+39Lines changed: 39 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -283,6 +283,45 @@
283
283
"source"
284
284
]
285
285
},
286
+
"AppProvidableContextMetadata": {
287
+
"description": "Metadata that can be provided by an app.",
288
+
"title": "AppProvidableContextMetadata",
289
+
"type": "object",
290
+
"properties": {
291
+
"signature": {
292
+
"type": "string"
293
+
},
294
+
"traceId": {
295
+
"type": "string"
296
+
},
297
+
"hostParams": {
298
+
"type": "object"
299
+
}
300
+
},
301
+
"additionalProperties": false
302
+
},
303
+
"DesktopAgentProvidableContextMetadata": {
304
+
"description": "Metadata that can be provided by an app.",
305
+
"title": "DesktopAgentProvidableContextMetadata",
306
+
"type": "object",
307
+
"properties": {
308
+
"signature": {
309
+
"type": "string"
310
+
},
311
+
"traceId": {
312
+
"type": "string"
313
+
},
314
+
"timestamp": {
315
+
"type": "number"
316
+
},
317
+
"source": {
318
+
"$ref": "#/definitions/AppIdentifier",
319
+
"description": "Identifier for the source app instance",
320
+
"title": "source"
321
+
}
322
+
},
323
+
"additionalProperties": false
324
+
},
286
325
"DesktopAgentIdentifier": {
287
326
"description": "Identifies a particular Desktop Agent in Desktop Agent Bridging scenarios\nwhere a request needs to be directed to a Desktop Agent rather than a specific app, or a\nresponse message is returned by the Desktop Agent (or more specifically its resolver)\nrather than a specific app. Used as a substitute for `AppIdentifier` in cases where no\napp details are available or are appropriate.",
0 commit comments