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

15 lines
304 B
JSON

{
"type": "object",
"required": [
"issue_id",
"stack_trace_entries",
"date_received"
],
"properties": {
"issue_id": { "type": ["string", "integer"] },
"stack_trace_entries": { "type": "array" },
"date_received": { "type": "string" }
},
"additionalProperties": false
}