Skip to content

Commit 5814183

Browse files
committed
1 parent 46f498e commit 5814183

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

schemas/input/csl-data.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -496,12 +496,6 @@
496496
}
497497
]
498498
},
499-
"edtf-datatype": {
500-
"title": "EDTF datatype pattern",
501-
"description": "CSL input supports EDTF, validated against this regular expression.",
502-
"type": "string",
503-
"pattern": "^[0-9-%~X?.\/]{4,}$"
504-
},
505499
"date-variable": {
506500
"title": "Date content model.",
507501
"description": "The CSL input model supports two different date representations: an EDTF string (preferred), and a more structured alternative.",
@@ -535,9 +529,6 @@
535529
},
536530
"raw": {
537531
"type": "string"
538-
},
539-
"edtf": {
540-
"$ref": "#/definitions/edtf-datatype"
541532
}
542533
},
543534
"additionalProperties": false

0 commit comments

Comments
 (0)