Added 'dc:created' to the list of metadata columns being validated by
jsonschema.
This commit is contained in:
parent
80fefb8514
commit
e78472abac
@ -82,6 +82,10 @@ DEFAULT_SCHEMA = {
|
|||||||
"dcterms:created": {
|
"dcterms:created": {
|
||||||
"format": "date-time",
|
"format": "date-time",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
},
|
||||||
|
"dc:created": {
|
||||||
|
"format": "date-time",
|
||||||
|
"type": "string",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user