@natlibfi/marc-record
Version:
MARC record implementation in JavaScript
19 lines (18 loc) • 432 B
JSON
{
"description": "isVM: true, LDR/07 triggers 006 check but there is a 006/01=s",
"skip": false,
"input": {
"leader": "01234crb a22005894i 4500",
"fields":
[
{"tag": "001", "value": "bar"},
{"tag": "006", "value": "s|||||||||||||||||"}
]
},
"operations": [
{ "name": "isTypeOfMaterial", "args": {"self": true, "target": "VM"}}
],
"returns": true,
"immutable": true,
"only": false
}