Get MARC specification by recordType and fieldTag
recordType required | string Enum: "bibliographic" "holdings" "authority" Example: bibliographic Record type |
fieldTag required | string^[0-9]{3}$ Example: 8 Field's tag |
{- "tag": 8,
- "format": "BIBLIOGRAPHIC",
- "label": "string",
- "repeatable": true,
- "required": true,
- "spec": {
- "types": [
- {
- "code": "books",
- "identifiedBy": {
- "or": [
- {
- "tag": "LDR",
- "positions": {
- "property1": [
- "a"
], - "property2": [
- "a"
]
}
}
]
}, - "items": [
- {
- "code": "Entered",
- "name": "Date entered on file",
- "order": 0,
- "position": 0,
- "length": 5,
- "isArray": false,
- "readOnly": true,
- "allowedValues": [
- {
- "code": "e",
- "name": "Detailed date"
}
]
}
]
}
]
}
}