Skip to content

Commit

Permalink
FAT-17574: Use different instance title for lccn-pattern validation t…
Browse files Browse the repository at this point in the history
…o avoid conflicts with title used in create-bib-api feature
  • Loading branch information
pkjacob authored and PBobylev committed Dec 20, 2024
1 parent 6830a64 commit 00a4ed5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"http://bibfra.me/vocab/marc/Title":{
"http://bibfra.me/vocab/marc/mainTitle":[
"Invalid instance main title"
"lccn-pattern-validation-title-of-instance-with-invalid-lccn"
]
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"http://bibfra.me/vocab/marc/Title":{
"http://bibfra.me/vocab/marc/mainTitle":[
"Valid instance main title"
"lccn-pattern-validation-title-of-instance-with-valid-lccn"
]
}
}
Expand All @@ -14,7 +14,7 @@
{
"http://library.link/identifier/LCCN":{
"http://bibfra.me/vocab/lite/name":[
" 1234567890"
" 1234567899"
],
"http://bibfra.me/vocab/marc/status":[
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"http://bibfra.me/vocab/marc/Title":{
"http://bibfra.me/vocab/marc/mainTitle":[
"Work main title"
"lccn-pattern-validation-work-title"
]
}
}
Expand Down

0 comments on commit 00a4ed5

Please sign in to comment.