debian-mirror-gitlab/spec/fixtures/api/schemas/error_tracking/index.json
2019-02-15 15:39:39 +05:30

15 lines
270 B
JSON

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