View | Details | Raw Unified | Return to bug 17007
Collapse All | Expand All

(-)a/api/v1/definitions/biblio.json (-2 / +1 lines)
Lines 17-23 Link Here
17
      "type": ["string", "null"],
17
      "type": ["string", "null"],
18
      "description": "title (without the subtitle) from the MARC record (245$a in MARC21)"
18
      "description": "title (without the subtitle) from the MARC record (245$a in MARC21)"
19
    },
19
    },
20
    "untitle": {
20
    "unititle": {
21
      "type": ["string", "null"],
21
      "type": ["string", "null"],
22
      "description": "uniform title (without the subtitle) from the MARC record (240$a in MARC21)"
22
      "description": "uniform title (without the subtitle) from the MARC record (240$a in MARC21)"
23
    },
23
    },
24
- 

Return to bug 17007