[062892]: / Allura / docs / api-rest / schemas / link.json  Maximize  Restore  History

Download this file

12 lines (12 with data), 174 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"url": {
"type": "string"
}
},
"required": [
"url"
]
}