Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
knowledge-platform
Commits
f5405e13
Commit
f5405e13
authored
2 years ago
by
shishir suman
Browse files
Options
Download
Patches
Plain Diff
updating schema json
parent
c199a73f
Gcloud_copy
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
assessment-api/assessment-service/conf/logback.xml
+1
-1
assessment-api/assessment-service/conf/logback.xml
schemas/questionset/1.0/schema.json
+3
-0
schemas/questionset/1.0/schema.json
with
4 additions
and
1 deletion
+4
-1
assessment-api/assessment-service/conf/logback.xml
+
1
−
1
View file @
f5405e13
...
...
@@ -21,7 +21,7 @@
<!-- Telemetry Loggers-->
<logger
name=
"TelemetryEventLogger"
level=
"INFO"
/>
<root
level=
"
INFO
"
>
<root
level=
"
DEBUG
"
>
<appender-ref
ref=
"ASYNCSTDOUT"
/>
</root>
...
...
This diff is collapsed.
Click to expand it.
schemas/questionset/1.0/schema.json
+
3
−
0
View file @
f5405e13
...
...
@@ -738,6 +738,9 @@
},
"reviewStatus"
:
{
"type"
:
"string"
},
"questionCount"
:
{
"type"
:
"integer"
}
},
"additionalProperties"
:
false
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets