dfinity / wg-identity-authentication

Repository of the Identity and Wallet Standards Working Group
https://wiki.internetcomputer.org/wiki/Identity_%26_Authentication
Apache License 2.0
27 stars 8 forks source link

ICRC-25: Split examples into valid JSON blocks #70

Closed frederikrothenberger closed 9 months ago

frederikrothenberger commented 9 months ago

This PR splits the example messages into separate JSON blocks to make each one valid (JSON allows only one top-level object). This allows editors with JSON support to help with validation and formatting. It also removes a comment, because they are not allowed in JSON.