-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add issuer_type=network #867
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. I think this should work well. A few suggestions:
- Document explicitly that the elements of the
network_participants
need to have have alabel
,locations
, andissuer_type
(with the same meaning that these properties have on top-level entries) - Roll up the
locations
from thenetwork_participants
into alocations
on the top-level network, so existing "search by state" lookups will find networks (but keep them on the locations too, so future tools can tell which participants operate in which locations) - Revert JSON examples in both files to use spaces, not tabs.
i like this, thanks Isaac. i would suggest we add subtypes to the |
> Document explicitly that the elements of the network_participants need to have have a label, locations, and issuer_type (with the same meaning that these properties have on top-level entries) > Roll up the locations from the network_participants into a locations on the top-level network, so existing "search by state" lookups will find networks (but keep them on the locations too, so future tools can tell which participants operate in which locations) Note that I'm leaving location as optional for the network participant, just as it is on the issuer.
sw industry: discuss. (vim had it right)
also json no longer validates
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One line-edit to add a missing JSON ]
, otherwise looks good to me -- more than sufficient to drive a decision in VCI. Thanks!
Co-authored-by: Josh Mandel <[email protected]>
No description provided.