-
Notifications
You must be signed in to change notification settings - Fork 9
/
article.yml
61 lines (61 loc) · 1.74 KB
/
article.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
-
_valid: true
_name: 'valid-article'
_data:
id: "bdcc6765-114a-4184-977d-b01d3132ef69"
type: "article"
src: "http://techcrunch.com/2015/04/15/mozilla-restructure/"
html: "<article><img src=\"http://techcrunch.com/2015/04/15/mozilla-restructure/\" /></article>"
-
_valid: true
_name: 'valid-article-with-measurements'
_data:
id: "bdcc6765-114a-4184-977d-b01d3132ef69"
type: "article"
src: "http://techcrunch.com/2015/04/15/mozilla-restructure/"
html: "<article><img src=\"http://techcrunch.com/2015/04/15/mozilla-restructure/\" /></article>"
cover:
orientation: "landscape"
-
_valid: false
_name: 'valid-article-with-invalid-measurements'
_data:
id: "bdcc6765-114a-4184-977d-b01d3132ef69"
type: "article"
src: "http://techcrunch.com/2015/04/15/mozilla-restructure/"
html: "<article><img src=\"http://techcrunch.com/2015/04/15/mozilla-restructure/\" /></article>"
cover:
orientation: "fancy"
-
_valid: false
_name: 'article-without-type'
_data:
id: "bdcc6765-114a-4184-977d-b01d3132ef69"
src: "http://techcrunch.com/2015/04/15/mozilla-restructure/"
-
_valid: false
_name: 'article-without-src'
_data:
id: "bdcc6765-114a-4184-977d-b01d3132ef69"
type: "image"
-
_valid: false
_name: 'article-with-invalid-id'
_data:
id: "bababasdafsdf---asdf"
type: "image"
src: "http://techcrunch.com/2015/04/15/mozilla-restructure/"
-
_valid: false
_name: 'article-with-invalid-type'
_data:
id: "bdcc6765-114a-4184-977d-b01d3132ef69"
type: "papersz"
src: "http://techcrunch.com/2015/04/15/mozilla-restructure/"
-
_valid: false
_name: 'article-with-invalid-src'
_data:
id: "bdcc6765-114a-4184-977d-b01d3132ef69"
type: "image"
src: 42