summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/public_api/v4/release.json
blob: 6612c2a9911b852e1ccbcbac862ab1577990dc2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "type": "object",
  "required" : [
    "tag_name",
    "description"
  ],
  "properties" : {
    "tag_name": { "type": ["string", "null"] },
    "description": { "type": "string" }
  },
  "additionalProperties": false
}