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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -288,6 +288,11 @@
288
288
"title": "timestamp",
289
289
"description": "The timestamp when the context or intent was created, encoded according to [ISO 8601-1:2019](https://www.iso.org/standard/70907.html) with a timezone indicator."
290
290
},
291
+
"signature": {
292
+
"type": "string",
293
+
"title": "signature",
294
+
"description": "A cryptographic signature that can be used to verify the authenticity and integrity of the context or intent message."
Copy file name to clipboardExpand all lines: packages/fdc3-schema/schemas/api/getCurrentContextResponse.schema.json
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,14 @@
45
45
{ "$ref": "../context/context.schema.json" },
46
46
{ "type": "null" }
47
47
]
48
+
},
49
+
"metadata": {
50
+
"title": "Context Metadata",
51
+
"description": "Metadata relating to the most recently broadcast context object, if available. This is not returned by the public getCurrentContext API but is used internally by the Desktop Agent proxy to deliver metadata to context listeners when replaying context after a channel change.",
0 commit comments