Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cogsys
Dare2Del
Demonstrator - Reasoning WebAPI
Commits
fe57a901
Commit
fe57a901
authored
Jun 11, 2021
by
Siebers, Michael
Browse files
fix typos
parent
4d02f630
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/schema/response-bg-add-schema.json
View file @
fe57a901
...
@@ -6,17 +6,17 @@
...
@@ -6,17 +6,17 @@
"type"
:
"object"
,
"type"
:
"object"
,
"properties"
:
{
"properties"
:
{
"received"
:
{
"received"
:
{
"description"
:
"The number of items received in the request body."
"description"
:
"The number of items received in the request body."
,
"type"
:
"integer"
,
"type"
:
"integer"
,
"minimum"
:
0
"minimum"
:
0
},
},
"skipped"
:
{
"skipped"
:
{
"description"
:
"The number of items not added because they were already present."
"description"
:
"The number of items not added because they were already present."
,
"type"
:
"integer"
,
"type"
:
"integer"
,
"minimum"
:
0
"minimum"
:
0
},
},
"added"
:
{
"added"
:
{
"description"
:
"The number of added items."
"description"
:
"The number of added items."
,
"type"
:
"integer"
,
"type"
:
"integer"
,
"minimum"
:
0
"minimum"
:
0
}
}
...
...
doc/schema/response-bg-remove-schema.json
View file @
fe57a901
...
@@ -6,12 +6,12 @@
...
@@ -6,12 +6,12 @@
"type"
:
"object"
,
"type"
:
"object"
,
"properties"
:
{
"properties"
:
{
"received"
:
{
"received"
:
{
"description"
:
"The number of items received in the request body."
"description"
:
"The number of items received in the request body."
,
"type"
:
"integer"
,
"type"
:
"integer"
,
"minimum"
:
0
"minimum"
:
0
},
},
"skipped"
:
{
"skipped"
:
{
"description"
:
"The number of items not removed because they were not present."
"description"
:
"The number of items not removed because they were not present."
,
"type"
:
"integer"
,
"type"
:
"integer"
,
"minimum"
:
0
"minimum"
:
0
},
},
...
...
Write
Preview
Supports
Markdown
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