commit | eb3a808eaad99ccccacd1b852034ec3bf02ed061 | [log] [tgz] |
---|---|---|
author | rajesh.kumar <rk00747546@techmahindra.com> | Fri Feb 23 20:29:59 2024 +0530 |
committer | Rajesh kumar <rk00747546@techmahindra.com> | Tue Apr 30 09:20:38 2024 +0000 |
tree | daca3b8ad8314ab8b9192470dcf4b0ecc2ec4d3d | |
parent | ab9ebe9ebef202c2fc3f1b758dc73c02b17e1b06 [diff] |
Add Notification support in cps core Add notification support using cloud events Issue-ID:CPS-2068 Change-Id: I56c34400dc73c71b936a51260efd240223babacd Signed-off-by: rajesh.kumar <rk00747546@techmahindra.com>
diff --git a/cps-events/src/main/resources/schemas/updatenode/cps-data-updated-event-schema-1.0.0.json b/cps-events/src/main/resources/schemas/updatenode/cps-data-updated-event-schema-1.0.0.json index 18f83cc..a3eaf63 100644 --- a/cps-events/src/main/resources/schemas/updatenode/cps-data-updated-event-schema-1.0.0.json +++ b/cps-events/src/main/resources/schemas/updatenode/cps-data-updated-event-schema-1.0.0.json
@@ -12,7 +12,7 @@ "type": "object", "properties": { "observedTimestamp": { - "description": "The timestamp when the data has been observed. The expected format is 'yyyy-MM-dd'T'HH:mm:ss.SSSZ'. Ex: '2020-12-01T00:00:00.000+0000' ", + "description": "The timestamp when the data has been observed. The expected format is 'yyyy-MM-dd'T'HH:mm:ss.SSSZ'. Ex: '2024-02-12T09:35:46.143+0530' ", "type": "string" }, "dataspaceName": {