Skip to content

Commit 87866ec

Browse files
authored
Fix Croissant example in README.md (#845)
Test failures seem unrelated to this change.
1 parent de7584b commit 87866ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Here is an extremely simple example of the Croissant format, with comments showi
9797
"name": "name",
9898
"description": "The first column contains the name.",
9999
"dataType": "sc:Text",
100-
"references": {
100+
"source": {
101101
"fileObject": { "@id": "minimal.csv" },
102102
"extract": {
103103
"column": "name"
@@ -109,7 +109,7 @@ Here is an extremely simple example of the Croissant format, with comments showi
109109
"name": "age",
110110
"description": "The second column contains the age.",
111111
"dataType": "sc:Integer",
112-
"references": {
112+
"source": {
113113
"fileObject": { "@id": "minimal.csv" },
114114
"extract": {
115115
"column": "age"

0 commit comments

Comments
 (0)