<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
openid/sharedsignals event <br>
<br>
Issue Comment created on issue 201 <br>
Issue Title: A list of IPs as a new subject member in SSF <br>
https://github.com/openid/sharedsignals/issues/201 <br>
<br>
Comment: The members of a Complex Subject are all Simple Subjects. I think what we need is a new Simple Subject instead of a new Complex Subject field. So a new IPs Simple Subject like ``` { "format": "ips", "ips": ["1.2.3.4", "2001:0000:130F:0000:0000:09C0:876A:130B"]
 } ``` And then we could have a Complex Subject whose user field is that value, like ``` { "format": "complex", "user": { "format": "ips", "ips": ["1.2.3.4", "2001:0000:130F:0000:0000:09C0:876A:130B"] } } ```
</body>
</html>