Commit 0a8a16e
authored
Allow start_date, end_date, and URL in category schema (#1344)
Add start and end date fields as well as URL to the category schema.
These properties are common across many categories supported here and
already present in a handful of data files.
This change also populates start and end date information based on the
recording dates in video files for a couple of categories that have
these fields present but do not pass the JSON Schema date format
validation.
References #268 and #1172.1 parent 512623c commit 0a8a16e
File tree
3 files changed
+18
-2
lines changed- .schemas
- djangocon-eu-2010
- pygotham-2012
3 files changed
+18
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
16 | 30 | | |
17 | 31 | | |
18 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
0 commit comments