projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80fefb8
)
Added 'dc:created' to the list of metadata columns being validated by
author
tilly-Q
<nattilypigeonfowl@gmail.com>
Tue, 13 May 2014 21:44:10 +0000
(17:44 -0400)
committer
tilly-Q
<nattilypigeonfowl@gmail.com>
Tue, 13 May 2014 21:44:10 +0000
(17:44 -0400)
jsonschema.
mediagoblin/tools/metadata.py
patch
|
blob
|
blame
|
history
diff --git
a/mediagoblin/tools/metadata.py
b/mediagoblin/tools/metadata.py
index b0cad9dafdf5c6bdddd811c27772ee1bfe4e919b..bfefcac9f5ee9694d1e0348055743c2f3ab6dae6 100644
(file)
--- a/
mediagoblin/tools/metadata.py
+++ b/
mediagoblin/tools/metadata.py
@@
-82,6
+82,10
@@
DEFAULT_SCHEMA = {
"dcterms:created": {
"format": "date-time",
"type": "string",
+ },
+ "dc:created": {
+ "format": "date-time",
+ "type": "string",
}
},
}