Skip to content

Commit 6f24bb1

Browse files
authored
Merge pull request OAI#994 from MikeRalphson/patch-11
Fix the component name regular expression
2 parents 701d642 + 3799704 commit 6f24bb1

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
@@ -417,7 +417,7 @@ Field Name | Type | Description
417417

418418
This object can be extended with [Specification Extensions](#specificationExtensions).
419419

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

422422
Field Name Examples:
423423

0 commit comments

Comments
 (0)