<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
openid/sharedsignals event <br>
<br>
Issue opened <br>
Issue Title: editorial issues in the CAEP spec under public review <br>
https://github.com/openid/sharedsignals/issues/275 <br>
<br>
### txn example values `txn` example values should be strings, not integers, as per [Section 2.2. Core SET Claims](https://www.rfc-editor.org/rfc/rfc8417.html#section-2.2) of [RFC 8417: Security Event Token (SET)](https://www.rfc-editor.org/rfc/rfc8417.html).
 ```diff - "txn": 8675309, + "txn": "8675309", ``` ### event_timestamp example values `event_timestamp` example values should be seconds since the Unix epoch, not milliseconds, as per [Section 2. Optional Event Claims](https://openid.net/specs/openid-caep-1_0.html#section-2)
 of the CAEP spec. ```diff - "event_timestamp": 1615304991643 + "event_timestamp": 1615304991 ``` ### 3.2.2. Examples, Figure 7 ```diff "reason_user": { "en": "You're no longer connected to a trusted network.", "it": "Non sei piu connesso a una rete attendibile."
 }, - "claims": { - "trusted_network": "false" + "trusted_network": false } } ``` ### 3.8. Risk Level Change ```diff - connection to insecure pheripheral device + connection to insecure peripheral device ``` ### 3.8.1. Event Specific Claims ```diff - as identified
 by the transmitter + as identified by the Transmitter ``` ```diff - Value MUST be one of LOW, MEDIUM, HIGH + Value MUST be one of LOW, MEDIUM, HIGH. ```
</body>
</html>