Skip to content

Commit

Permalink
feature/mx-1709 fix gnd-id pattern (#188)
Browse files Browse the repository at this point in the history
# Fixed
- fix gnd-id pattern for organization models

---------

Signed-off-by: Nicolas Drebenstedt <[email protected]>
  • Loading branch information
cutoffthetop authored Jan 29, 2025
1 parent d059223 commit e83d5cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changes

- add new vocab items and altLabels to existing mimeTypes

### Deprecated

### Removed

### Fixed

- fix gnd-id pattern for organization models

### Security

## [3.4.0] - 2024-12-18
Expand Down
2 changes: 1 addition & 1 deletion mex/model/entities/organization.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"https://d-nb.info/gnd/17690-4"
],
"format": "uri",
"pattern": "^https://d\\-nb\\.info/gnd/[-X0-9]{3,10}$",
"pattern": "^https://d-nb\\.info/gnd/[-X0-9]{3,10}$",
"type": "string"
},
"sameAs": [
Expand Down

0 comments on commit e83d5cf

Please sign in to comment.