From a5a12f6a76ee1624340b7b514822e48936836b76 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Tue, 6 Aug 2024 11:02:03 -0700 Subject: [PATCH] Move position of `id` to match non-JSON ordering --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index ff283ed22..cc3aa2e54 100644 --- a/index.bs +++ b/index.bs @@ -2901,8 +2901,8 @@ value and terminate the operation. }; dictionary PublicKeyCredentialDescriptorJSON { - required Base64URLString id; required DOMString type; + required Base64URLString id; sequence transports; };