Skip to content

Commit

Permalink
core-2 and default-3 extended with pattern for scopusid
Browse files Browse the repository at this point in the history
  • Loading branch information
HarmdR committed Sep 26, 2023
1 parent 0b13893 commit ed46f36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion schemas/core-2/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,8 @@
"properties": {
"Name_Identifier": {
"type": "string",
"title": "Identifier"
"title": "Identifier",
"pattern": "[0-9]{11}"
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion schemas/default-3/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,8 @@
"properties": {
"Name_Identifier": {
"type": "string",
"title": "Identifier"
"title": "Identifier",
"pattern": "[0-9]{11}"
}
}
}
Expand Down

0 comments on commit ed46f36

Please sign in to comment.