Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Allow periods within filetype extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Jan 23, 2024
1 parent aae2f7e commit 4c95e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/filetype.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ classes:
A list of any known file extensions that files of this `FileType`
are found with. These may be used as a hint for `FileType` detection.
Should omit the leading `'.'`, e.g. 'json' or 'txt'.
pattern: ^[A-z,0-9]*[A-z,0-9]+$
pattern: ^[A-z,0-9]*[A-z,0-9,.]+[A-z,0-9]$
base_formats:
multivalued: true
range: FileType
Expand Down

0 comments on commit 4c95e24

Please sign in to comment.