Skip to content

Commit 3799704

Browse files
committed
Fix the component name regular expression
Currently the expression given matches everything
1 parent d232e6d commit 3799704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ Field Name | Type | Description
411411

412412
This object can be extended with [Specification Extensions](#specificationExtensions).
413413

414-
All the fixed fields declared above are objects that MUST use keys that match the regular expression: `[a-zA-Z0-9.\-_]+`.
414+
All the fixed fields declared above are objects that MUST use keys that match the regular expression: `^[a-zA-Z0-9\.\-_]+$`.
415415

416416
Field Name Examples:
417417

0 commit comments

Comments
 (0)