debian-mirror-gitlab/spec/fixtures/api/schemas/error_tracking/index.json

20 lines
338 B
JSON
Raw Normal View History

2019-02-15 15:39:39 +05:30
{
"type": "object",
"required": [
"external_url",
2020-01-01 13:55:28 +05:30
"pagination",
2019-02-15 15:39:39 +05:30
"errors"
],
"properties": {
"external_url": { "type": ["string", "null"] },
"errors": {
"type": "array",
"items": { "$ref": "error.json" }
2020-01-01 13:55:28 +05:30
},
"pagination": {
"type": "object"
2019-02-15 15:39:39 +05:30
}
},
"additionalProperties": false
}