Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e1bd1bbc
Commit
e1bd1bbc
authored
Apr 29, 2021
by
Rajendra Kadam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add fixtures directory
parent
40a23685
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
0 deletions
+52
-0
spec/fixtures/product_intelligence/survey_response_schema.json
...fixtures/product_intelligence/survey_response_schema.json
+52
-0
No files found.
spec/fixtures/product_intelligence/survey_response_schema.json
0 → 100644
View file @
e1bd1bbc
{
"description"
:
"Schema for a Gitlab survey_response event"
,
"self"
:
{
"vendor"
:
"com.gitlab"
,
"name"
:
"survey_response"
,
"version"
:
"1-0-0"
,
"format"
:
"jsonschema"
},
"type"
:
"object"
,
"additionalProperties"
:
false
,
"required"
:
[
"survey_id"
,
"response"
],
"properties"
:
{
"survey_id"
:
{
"description"
:
"Survey ID"
,
"type"
:
"integer"
,
"minimum"
:
0
,
"maximum"
:
2147483647
},
"response"
:
{
"description"
:
"Response"
,
"type"
:
"string"
,
"maxLength"
:
10000
},
"instance_id"
:
{
"description"
:
"Instance ID"
,
"type"
:
[
"integer"
,
"null"
],
"minimum"
:
0
,
"maximum"
:
2147483647
},
"user_id"
:
{
"description"
:
"User ID"
,
"type"
:
[
"integer"
,
"null"
],
"minimum"
:
0
,
"maximum"
:
2147483647
},
"email"
:
{
"description"
:
"Email"
,
"type"
:
[
"string"
,
"null"
],
"maxLength"
:
255
},
"name"
:
{
"description"
:
"Name"
,
"type"
:
[
"string"
,
"null"
],
"maxLength"
:
255
},
"username"
:
{
"description"
:
"Username"
,
"type"
:
[
"string"
,
"null"
],
"maxLength"
:
255
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment