summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/branch.json
blob: 0bb7457701000482c736f2c1587e98f463ffad0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "type": "object",
  "required" : [
    "name",
    "url"
  ],
  "properties" : {
    "name": { "type": "string" },
    "url": { "type": "uri" }
  },
  "additionalProperties": false
}