[w3c/webauthn] 9d14a1: Mark all JSON fields as required.

  Branch: refs/heads/json
  Home:   https://github.com/w3c/webauthn
  Commit: 9d14a1745c7d63e3990a001a7d5bd24bc307c121
      https://github.com/w3c/webauthn/commit/9d14a1745c7d63e3990a001a7d5bd24bc307c121
  Author: Adam Langley <agl@imperialviolet.org>
  Date:   2023-04-11 (Tue, 11 Apr 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.

Received on Tuesday, 11 April 2023 22:52:31 UTC