Skip to content

Commit 04e73d7

Browse files
committed
FIX: correct $ref to BibItem in BibliographicSource
1 parent 48b7656 commit 04e73d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

schemas/BibliographicSource.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ $id: https://schemas.digitallinguistics.io/BibliographicSource.json
33
title: BibliographicSource
44
type: object
55

6-
description: 'An object containing information about a bibliographic resource, such as a book or journal article. DLx recommends using Citation Style Language (CSL) JSON format for references, but some implementations may choose to use other bibliographic tools and formats. As such, this schema does not enforce any particular format for Bibliographic Source objects.'
6+
description: An object containing information about a bibliographic resource, such as a book or journal article. DLx recommends using Citation Style Language (CSL) JSON format for references, but some implementations may choose to use other bibliographic tools and formats. As such, this schema does not enforce any particular format for Bibliographic Source objects.
77

88
$comment: The DLx tech stack uses a light wrapper object around the CSL data, because the `type` property of the CSL data format conflicts with DLx's `type` property (which the DLx database relies on heavily).
99

1010
anyOf:
1111
- {}
12-
- $ref: https://resource.citationstyles.org/schema/v1.0/input/json/csl-data.json
12+
- $ref: https://resource.citationstyles.org/schema/v1.0/input/json/csl-data.json#/items

0 commit comments

Comments
 (0)