File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " http://json-schema.org/draft-07/schema#" ,
3
3
"title" : " ManifestStore" ,
4
- "description" : " A Container for a set of Manifests and a ValidationStatus list" ,
4
+ "description" : " A Container for a set of Manifests and a ValidationStatus list. " ,
5
5
"type" : " object" ,
6
6
"required" : [
7
7
" manifests"
8
8
],
9
9
"properties" : {
10
10
"active_manifest" : {
11
- "description" : " A label for the active (most recent) manifest in the store" ,
11
+ "description" : " A label for the active (most recent) manifest in the store. " ,
12
12
"type" : [
13
13
" string" ,
14
14
" null"
15
15
]
16
16
},
17
17
"manifests" : {
18
- "description" : " A HashMap of Manifests" ,
18
+ "description" : " A HashMap of Manifests. " ,
19
19
"type" : " object" ,
20
20
"additionalProperties" : {
21
21
"$ref" : " #/definitions/Manifest"
22
22
}
23
23
},
24
24
"validation_status" : {
25
- "description" : " ValidationStatus generated when loading the ManifestStore from an asset" ,
25
+ "description" : " ValidationStatus generated when loading the ManifestStore from an asset. " ,
26
26
"type" : [
27
27
" array" ,
28
28
" null"
Original file line number Diff line number Diff line change 69
69
<tr >
70
70
<td style =" border : 0 ; vertical-align : top ;" >
71
71
{%- for term in schema.definitions -%}
72
- {% assign i = forloop.index0|modulo: 5 %}
72
+ {% assign i = forloop.index0|modulo: 7 %}
73
73
<a href="{{term.first | slugify | prepend: "#"}}">{{term.first}}</a > <br />
74
- {% if i == 4 %}
74
+ {% if i == 6 %}
75
75
</td >
76
76
{% unless forloop.last %}
77
77
<td style =" border : 0 ; vertical-align : top ;" >
You can’t perform that action at this time.
0 commit comments