Added 'dc:created' to the list of metadata columns being validated by

jsonschema.
This commit is contained in:
tilly-Q 2014-05-13 17:44:10 -04:00
parent 80fefb8514
commit e78472abac

View File

@ -82,6 +82,10 @@ DEFAULT_SCHEMA = {
"dcterms:created": {
"format": "date-time",
"type": "string",
},
"dc:created": {
"format": "date-time",
"type": "string",
}
},
}