gitlab-org--gitlab-foss/spec/fixtures/api/schemas/error_tracking/index.json

20 lines
338 B
JSON
Raw Normal View History

2019-01-09 21:04:27 +00:00
{
"type": "object",
"required": [
"external_url",
"pagination",
2019-01-09 21:04:27 +00:00
"errors"
],
"properties": {
"external_url": { "type": ["string", "null"] },
"errors": {
"type": "array",
"items": { "$ref": "error.json" }
},
"pagination": {
"type": "object"
2019-01-09 21:04:27 +00:00
}
},
"additionalProperties": false
}