debian-mirror-gitlab/spec/fixtures/api/schemas/entities/diff_viewer.json

21 lines
251 B
JSON
Raw Normal View History

2018-12-05 23:21:45 +05:30
{
"type": "object",
2019-02-15 15:39:39 +05:30
"required": [
"name"
],
2018-12-05 23:21:45 +05:30
"properties": {
2019-02-15 15:39:39 +05:30
"name": {
"type": [
"string"
]
},
"error": {
"type": [
"string",
"null"
]
}
2018-12-05 23:21:45 +05:30
},
"additionalProperties": false
}