[60ada4]: / Allura / docs / api-rest / schemas / wiki.json  Maximize  Restore  History

Download this file

16 lines (15 with data), 307 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
{
"$schema": "http://json-schema.org/draft-04/schema",
"type": "object",
"id": "#",
"properties": {
"pages": {
"items": {
"type": "string",
"id": "0"
},
"type": "array",
"id": "pages"
}
}
}