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

32 lines
406 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"
]
2019-07-07 11:18:12 +05:30
},
"error_message": {
"type": [
"string",
"null"
]
},
"collapsed": {
"type": [
"boolean"
]
2019-02-15 15:39:39 +05:30
}
2018-12-05 23:21:45 +05:30
},
"additionalProperties": false
}