- From: Adam Langley <noreply@github.com>
- Date: Wed, 17 May 2023 12:16:14 -0700
- To: public-webauthn@w3.org
Branch: refs/heads/main 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. Commit: ae71f1008443b7945b1b5d8378880adf55d8b811 https://github.com/w3c/webauthn/commit/ae71f1008443b7945b1b5d8378880adf55d8b811 Author: Adam Langley <agl@google.com> Date: 2023-05-17 (Wed, 17 May 2023) Changed paths: M index.bs Log Message: ----------- Merge pull request #1878 from w3c/json Mark all JSON fields as required. Compare: https://github.com/w3c/webauthn/compare/748eea045a18...ae71f1008443
Received on Wednesday, 17 May 2023 19:16:18 UTC