summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/public_api/v4/service.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/public_api/v4/service.json')
-rw-r--r--spec/fixtures/api/schemas/public_api/v4/service.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/public_api/v4/service.json b/spec/fixtures/api/schemas/public_api/v4/service.json
new file mode 100644
index 00000000000..b6f13d1cfe7
--- /dev/null
+++ b/spec/fixtures/api/schemas/public_api/v4/service.json
@@ -0,0 +1,24 @@
+{
+ "type": "object",
+ "properties": {
+ "id": { "type": "integer" },
+ "title": { "type": "string" },
+ "slug": { "type": "string" },
+ "created_at": { "type": "date-time" },
+ "updated_at": { "type": "date-time" },
+ "active": { "type": "boolean" },
+ "commit_events": { "type": "boolean" },
+ "push_events": { "type": "boolean" },
+ "issues_events": { "type": "boolean" },
+ "confidential_issues_events": { "type": "boolean" },
+ "merge_requests_events": { "type": "boolean" },
+ "tag_push_events": { "type": "boolean" },
+ "note_events": { "type": "boolean" },
+ "confidential_note_events": { "type": "boolean" },
+ "pipeline_events": { "type": "boolean" },
+ "wiki_page_events": { "type": "boolean" },
+ "job_events": { "type": "boolean" },
+ "comment_on_event_enabled": { "type": "boolean" }
+ },
+ "additionalProperties": false
+}