-
Notifications
You must be signed in to change notification settings - Fork 9
/
reorderitems.yml
90 lines (90 loc) · 2.12 KB
/
reorderitems.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
-
_valid: true
_name: "valid-two-items"
_data:
items:
- "bdcc6765-114a-4184-977d-b01d3132ef69"
- "b04d3a7f-689f-4bc5-a7c6-304b39f271f3"
site: "the-domains/example.net"
published: true
-
_valid: true
_name: "valid-minimal"
_data:
items:
- "bdcc6765-114a-4184-977d-b01d3132ef69"
- "b04d3a7f-689f-4bc5-a7c6-304b39f271f3"
-
_valid: false
_name: "invalid-duplicate-items"
_data:
items:
- "bdcc6765-114a-4184-977d-b01d3132ef69"
- "b04d3a7f-689f-4bc5-a7c6-304b39f271f3"
- "bdcc6765-114a-4184-977d-b01d3132ef69"
-
_valid: false
_name: "invalid-published"
_data:
items:
- "bdcc6765-114a-4184-977d-b01d3132ef69"
- "b04d3a7f-689f-4bc5-a7c6-304b39f271f3"
site: "the-domains/example.net"
published: "sure"
-
_valid: false
_name: "invalid-site"
_data:
items:
- "bdcc6765-114a-4184-977d-b01d3132ef69"
- "b04d3a7f-689f-4bc5-a7c6-304b39f271f3"
site: "b04d3a7f-689f-4bc5-a7c6-304b39f271f3"
published: false
-
_valid: true
_name: "valid-publish"
_data:
items:
- "bdcc6765-114a-4184-977d-b01d3132ef69"
- "b04d3a7f-689f-4bc5-a7c6-304b39f271f3"
site: "the-domains/example.net"
published: true
publish: true
-
_valid: false
_name: "invalid-publish-no-site"
_data:
items:
- "bdcc6765-114a-4184-977d-b01d3132ef69"
- "b04d3a7f-689f-4bc5-a7c6-304b39f271f3"
published: true
publish: true
-
_valid: false
_name: "invalid-publish-wrong-site"
_data:
items:
- "bdcc6765-114a-4184-977d-b01d3132ef69"
- "b04d3a7f-689f-4bc5-a7c6-304b39f271f3"
site: "6be70565-709e-4ee3-9e73-7113175b8101"
published: true
publish: true
-
_valid: false
_name: "invalid-publish-empty-site"
_data:
items:
- "bdcc6765-114a-4184-977d-b01d3132ef69"
- "b04d3a7f-689f-4bc5-a7c6-304b39f271f3"
site: ""
published: true
publish: true
-
_valid: false
_name: "invalid-publish-no-published"
_data:
items:
- "bdcc6765-114a-4184-977d-b01d3132ef69"
- "b04d3a7f-689f-4bc5-a7c6-304b39f271f3"
site: "the-domains/example.net"
publish: true