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

20 lines
433 B
JSON

{
"type": "object",
"required" : [
"id",
"slug",
"organization_slug",
"name"
],
"properties" : {
"id": { "type": "string"},
"name": { "type": "string" },
"slug": { "type": "string" },
"status": { "type": "string" },
"organization_name": { "type": "string" },
"organization_slug": { "type": "string" },
"organization_id": { "type": "string" }
},
"additionalProperties": false
}