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

20 lines
338 B
JSON

{
"type": "object",
"required": [
"external_url",
"pagination",
"errors"
],
"properties": {
"external_url": { "type": ["string", "null"] },
"errors": {
"type": "array",
"items": { "$ref": "error.json" }
},
"pagination": {
"type": "object"
}
},
"additionalProperties": false
}