Skip to content

Commit

Permalink
Align shortname schema with that in browser-specs (#1450)
Browse files Browse the repository at this point in the history
The comment does say that the definition should be the same as that in
browser-specs, but the update made to the definition in browser-specs back in
September 2022 for the shortname of the FIDO spec (`fido-v2.1`) had not been
copied to Reffy yet.

This is now needed because the webauthn-3 spec has started to link to the FIDO
spec.
  • Loading branch information
tidoust authored Dec 21, 2023
1 parent f6a174b commit b3ad1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

"shortname": {
"type": "string",
"pattern": "^[\\w\\-]+((?<=-\\d+)\\.\\d+)?$",
"pattern": "^[\\w\\-]+((?<=-v?\\d+)\\.\\d+)?$",
"$comment": "Same definition as in browser-specs"
},

Expand Down

0 comments on commit b3ad1d8

Please sign in to comment.