- From: Adam Langley <noreply@github.com>
- Date: Wed, 03 May 2023 16:07:33 -0700
- To: public-webauthn@w3.org
Branch: refs/heads/json
Home: https://github.com/w3c/webauthn
Commit: da7f7d442ec464c79dc78528d29c0051f39f2e7b
https://github.com/w3c/webauthn/commit/da7f7d442ec464c79dc78528d29c0051f39f2e7b
Author: Adam Langley <agl@imperialviolet.org>
Date: 2023-05-03 (Wed, 03 May 2023)
Changed paths:
M index.bs
Log Message:
-----------
Mark all JSON fields as required.
These fields should always be present (although some can be null) but
the default for a dictionary field is `optional`. Thus mark them all as
required.
Commit: dbd8df4cde6e8b27c2e801940cda4354ff680510
https://github.com/w3c/webauthn/commit/dbd8df4cde6e8b27c2e801940cda4354ff680510
Author: Adam Langley <agl@imperialviolet.org>
Date: 2023-05-03 (Wed, 03 May 2023)
Changed paths:
M index.bs
Log Message:
-----------
Fields are optional, not nullable, now.
Compare: https://github.com/w3c/webauthn/compare/52a20d17af73...dbd8df4cde6e
Received on Wednesday, 3 May 2023 23:07:39 UTC