Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RuiPengLoopbackApi
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄卓然
RuiPengLoopbackApi
Commits
aaab4c87
Commit
aaab4c87
authored
Aug 27, 2019
by
余海军
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
c6958ca5
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
397 additions
and
437 deletions
+397
-437
main-vrorder.json
common/models/main-vrorder.json
+4
-19
main-vrrevenue.json
common/models/main-vrrevenue.json
+4
-19
RuiPengLoopbackApi.yaml
definitions/RuiPengLoopbackApi.yaml
+383
-393
model-config.json
server/model-config.json
+6
-6
No files found.
common/models/main-vrorder.json
View file @
aaab4c87
...
@@ -25,33 +25,18 @@
...
@@ -25,33 +25,18 @@
"nullable"
:
"Y"
"nullable"
:
"Y"
}
}
},
},
"name"
:
{
"type"
:
"String"
,
"required"
:
true
,
"length"
:
8
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
8
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"N"
}
},
"value"
:
{
"value"
:
{
"type"
:
"Number"
,
"type"
:
"Number"
,
"required"
:
false
,
"required"
:
false
,
"length"
:
null
,
"length"
:
null
,
"precision"
:
3
2
,
"precision"
:
3
6
,
"scale"
:
0
,
"scale"
:
4
,
"mysql"
:
{
"mysql"
:
{
"columnName"
:
"value"
,
"columnName"
:
"value"
,
"dataType"
:
"decimal"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataLength"
:
null
,
"dataPrecision"
:
3
2
,
"dataPrecision"
:
3
6
,
"dataScale"
:
0
,
"dataScale"
:
4
,
"nullable"
:
"Y"
"nullable"
:
"Y"
}
}
}
}
...
...
common/models/main-vrrevenue.json
View file @
aaab4c87
...
@@ -25,33 +25,18 @@
...
@@ -25,33 +25,18 @@
"nullable"
:
"Y"
"nullable"
:
"Y"
}
}
},
},
"name"
:
{
"type"
:
"String"
,
"required"
:
true
,
"length"
:
8
,
"precision"
:
null
,
"scale"
:
null
,
"mysql"
:
{
"columnName"
:
"name"
,
"dataType"
:
"varchar"
,
"dataLength"
:
8
,
"dataPrecision"
:
null
,
"dataScale"
:
null
,
"nullable"
:
"N"
}
},
"value"
:
{
"value"
:
{
"type"
:
"Number"
,
"type"
:
"Number"
,
"required"
:
false
,
"required"
:
false
,
"length"
:
null
,
"length"
:
null
,
"precision"
:
3
2
,
"precision"
:
3
6
,
"scale"
:
0
,
"scale"
:
4
,
"mysql"
:
{
"mysql"
:
{
"columnName"
:
"value"
,
"columnName"
:
"value"
,
"dataType"
:
"decimal"
,
"dataType"
:
"decimal"
,
"dataLength"
:
null
,
"dataLength"
:
null
,
"dataPrecision"
:
3
2
,
"dataPrecision"
:
3
6
,
"dataScale"
:
0
,
"dataScale"
:
4
,
"nullable"
:
"Y"
"nullable"
:
"Y"
}
}
}
}
...
...
definitions/RuiPengLoopbackApi.yaml
View file @
aaab4c87
...
@@ -17046,12 +17046,12 @@ paths:
...
@@ -17046,12 +17046,12 @@ paths:
type
:
number
type
:
number
format
:
double
format
:
double
deprecated
:
false
deprecated
:
false
/MainV
rrevenue
s
:
/MainV
ocation
s
:
post
:
post
:
tags
:
tags
:
-
MainV
rrevenue
-
MainV
ocation
summary
:
Create a new instance of the model and persist it into the data source.
summary
:
Create a new instance of the model and persist it into the data source.
operationId
:
MainV
rrevenue
.create
operationId
:
MainV
ocation
.create
parameters
:
parameters
:
-
name
:
data
-
name
:
data
in
:
body
in
:
body
...
@@ -17059,20 +17059,20 @@ paths:
...
@@ -17059,20 +17059,20 @@ paths:
required
:
false
required
:
false
schema
:
schema
:
description
:
Model instance data
description
:
Model instance data
$ref
:
'
#/definitions/MainV
rrevenue
'
$ref
:
'
#/definitions/MainV
ocation
'
responses
:
responses
:
'
200'
:
'
200'
:
description
:
Request was successful
description
:
Request was successful
schema
:
schema
:
$ref
:
'
#/definitions/MainV
rrevenue
'
$ref
:
'
#/definitions/MainV
ocation
'
deprecated
:
false
deprecated
:
false
patch
:
patch
:
tags
:
tags
:
-
MainV
rrevenue
-
MainV
ocation
summary
:
>-
summary
:
>-
Patch an existing model instance or insert a new one into the data
Patch an existing model instance or insert a new one into the data
source.
source.
operationId: MainV
rrevenue
.patchOrCreate
operationId: MainV
ocation
.patchOrCreate
parameters:
parameters:
- name: data
- name: data
in: body
in: body
...
@@ -17080,20 +17080,20 @@ paths:
...
@@ -17080,20 +17080,20 @@ paths:
required: false
required: false
schema:
schema:
description: Model instance data
description: Model instance data
$ref: '#/definitions/MainV
rrevenue
'
$ref: '#/definitions/MainV
ocation
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/MainV
rrevenue
'
$ref: '#/definitions/MainV
ocation
'
deprecated: false
deprecated: false
put
:
put
:
tags
:
tags
:
-
MainV
rrevenue
-
MainV
ocation
summary
:
>-
summary
:
>-
Replace an existing model instance or insert a new one into the data
Replace an existing model instance or insert a new one into the data
source.
source.
operationId: MainV
rrevenue.replaceOrCreate__put_MainVrrevenue
s
operationId: MainV
ocation.replaceOrCreate__put_MainVocation
s
parameters:
parameters:
- name: data
- name: data
in: body
in: body
...
@@ -17101,18 +17101,18 @@ paths:
...
@@ -17101,18 +17101,18 @@ paths:
required: false
required: false
schema:
schema:
description: Model instance data
description: Model instance data
$ref: '#/definitions/MainV
rrevenue
'
$ref: '#/definitions/MainV
ocation
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/MainV
rrevenue
'
$ref: '#/definitions/MainV
ocation
'
deprecated: false
deprecated: false
get
:
get
:
tags
:
tags
:
-
MainV
rrevenue
-
MainV
ocation
summary
:
Find all instances of the model matched by filter from the data source.
summary
:
Find all instances of the model matched by filter from the data source.
operationId
:
MainV
rrevenue
.find
operationId
:
MainV
ocation
.find
parameters
:
parameters
:
-
name
:
filter
-
name
:
filter
in
:
query
in
:
query
...
@@ -17131,16 +17131,16 @@ paths:
...
@@ -17131,16 +17131,16 @@ paths:
schema
:
schema
:
type
:
array
type
:
array
items
:
items
:
$ref
:
'
#/definitions/MainV
rrevenue
'
$ref
:
'
#/definitions/MainV
ocation
'
deprecated
:
false
deprecated
:
false
/MainV
rrevenue
s/replaceOrCreate
:
/MainV
ocation
s/replaceOrCreate
:
post
:
post
:
tags
:
tags
:
-
MainV
rrevenue
-
MainV
ocation
summary
:
>-
summary
:
>-
Replace an existing model instance or insert a new one into the data
Replace an existing model instance or insert a new one into the data
source.
source.
operationId: MainV
rrevenue.replaceOrCreate__post_MainVrrevenue
s_replaceOrCreate
operationId: MainV
ocation.replaceOrCreate__post_MainVocation
s_replaceOrCreate
parameters:
parameters:
- name: data
- name: data
in: body
in: body
...
@@ -17148,21 +17148,21 @@ paths:
...
@@ -17148,21 +17148,21 @@ paths:
required: false
required: false
schema:
schema:
description: Model instance data
description: Model instance data
$ref: '#/definitions/MainV
rrevenue
'
$ref: '#/definitions/MainV
ocation
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/MainV
rrevenue
'
$ref: '#/definitions/MainV
ocation
'
deprecated: false
deprecated: false
/MainV
rrevenue
s/upsertWithWhere
:
/MainV
ocation
s/upsertWithWhere
:
post
:
post
:
tags
:
tags
:
-
MainV
rrevenue
-
MainV
ocation
summary
:
>-
summary
:
>-
Update an existing model instance or insert a new one into the data
Update an existing model instance or insert a new one into the data
source based on the where criteria.
source based on the where criteria.
operationId: MainV
rrevenue
.upsertWithWhere
operationId: MainV
ocation
.upsertWithWhere
parameters:
parameters:
- name: where
- name: where
in: query
in: query
...
@@ -17176,19 +17176,19 @@ paths:
...
@@ -17176,19 +17176,19 @@ paths:
required: false
required: false
schema:
schema:
description: An object of model property name/value pairs
description: An object of model property name/value pairs
$ref: '#/definitions/MainV
rrevenue
'
$ref: '#/definitions/MainV
ocation
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/MainV
rrevenue
'
$ref: '#/definitions/MainV
ocation
'
deprecated: false
deprecated: false
'
/MainV
rrevenue
s/{id}/exists'
:
'
/MainV
ocation
s/{id}/exists'
:
get
:
get
:
tags
:
tags
:
-
MainV
rrevenue
-
MainV
ocation
summary
:
Check whether a model instance exists in the data source.
summary
:
Check whether a model instance exists in the data source.
operationId
:
'
MainV
rrevenue.exists__get_MainVrrevenue
s_{id}_exists'
operationId
:
'
MainV
ocation.exists__get_MainVocation
s_{id}_exists'
parameters
:
parameters
:
-
name
:
id
-
name
:
id
in
:
path
in
:
path
...
@@ -17205,12 +17205,12 @@ paths:
...
@@ -17205,12 +17205,12 @@ paths:
exists
:
exists
:
type
:
boolean
type
:
boolean
deprecated
:
false
deprecated
:
false
'
/MainV
rrevenue
s/{id}'
:
'
/MainV
ocation
s/{id}'
:
head
:
head
:
tags
:
tags
:
-
MainV
rrevenue
-
MainV
ocation
summary
:
Check whether a model instance exists in the data source.
summary
:
Check whether a model instance exists in the data source.
operationId
:
'
MainV
rrevenue.exists__head_MainVrrevenue
s_{id}'
operationId
:
'
MainV
ocation.exists__head_MainVocation
s_{id}'
parameters
:
parameters
:
-
name
:
id
-
name
:
id
in
:
path
in
:
path
...
@@ -17229,9 +17229,9 @@ paths:
...
@@ -17229,9 +17229,9 @@ paths:
deprecated
:
false
deprecated
:
false
get
:
get
:
tags
:
tags
:
-
MainV
rrevenue
-
MainV
ocation
summary
:
'
Find
a
model
instance
by
{{id}}
from
the
data
source.'
summary
:
'
Find
a
model
instance
by
{{id}}
from
the
data
source.'
operationId
:
MainV
rrevenue
.findById
operationId
:
MainV
ocation
.findById
parameters
:
parameters
:
-
name
:
id
-
name
:
id
in
:
path
in
:
path
...
@@ -17251,15 +17251,15 @@ paths:
...
@@ -17251,15 +17251,15 @@ paths:
'
200'
:
'
200'
:
description
:
Request was successful
description
:
Request was successful
schema
:
schema
:
$ref
:
'
#/definitions/MainV
rrevenue
'
$ref
:
'
#/definitions/MainV
ocation
'
deprecated
:
false
deprecated
:
false
put
:
put
:
tags
:
tags
:
-
MainV
rrevenue
-
MainV
ocation
summary
:
>-
summary
:
>-
Replace attributes for a model instance and persist it into the data
Replace attributes for a model instance and persist it into the data
source.
source.
operationId: 'MainV
rrevenue.replaceById__put_MainVrrevenue
s_{id}'
operationId: 'MainV
ocation.replaceById__put_MainVocation
s_{id}'
parameters:
parameters:
- name: id
- name: id
in: path
in: path
...
@@ -17273,18 +17273,18 @@ paths:
...
@@ -17273,18 +17273,18 @@ paths:
required: false
required: false
schema:
schema:
description: Model instance data
description: Model instance data
$ref: '#/definitions/MainV
rrevenue
'
$ref: '#/definitions/MainV
ocation
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/MainV
rrevenue
'
$ref: '#/definitions/MainV
ocation
'
deprecated: false
deprecated: false
delete
:
delete
:
tags
:
tags
:
-
MainV
rrevenue
-
MainV
ocation
summary
:
'
Delete
a
model
instance
by
{{id}}
from
the
data
source.'
summary
:
'
Delete
a
model
instance
by
{{id}}
from
the
data
source.'
operationId
:
MainV
rrevenue
.deleteById
operationId
:
MainV
ocation
.deleteById
parameters
:
parameters
:
-
name
:
id
-
name
:
id
in
:
path
in
:
path
...
@@ -17300,15 +17300,15 @@ paths:
...
@@ -17300,15 +17300,15 @@ paths:
deprecated
:
false
deprecated
:
false
patch
:
patch
:
tags
:
tags
:
-
MainV
rrevenue
-
MainV
ocation
summary
:
>-
summary
:
>-
Patch attributes for a model instance and persist it into the data
Patch attributes for a model instance and persist it into the data
source.
source.
operationId: MainV
rrevenue
.prototype.patchAttributes
operationId: MainV
ocation
.prototype.patchAttributes
parameters:
parameters:
- name: id
- name: id
in: path
in: path
description: MainV
rrevenue
id
description: MainV
ocation
id
required: true
required: true
type: string
type: string
format: JSON
format: JSON
...
@@ -17318,21 +17318,21 @@ paths:
...
@@ -17318,21 +17318,21 @@ paths:
required: false
required: false
schema:
schema:
description: An object of model property name/value pairs
description: An object of model property name/value pairs
$ref: '#/definitions/MainV
rrevenue
'
$ref: '#/definitions/MainV
ocation
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/MainV
rrevenue
'
$ref: '#/definitions/MainV
ocation
'
deprecated: false
deprecated: false
'
/MainV
rrevenue
s/{id}/replace'
:
'
/MainV
ocation
s/{id}/replace'
:
post
:
post
:
tags
:
tags
:
-
MainV
rrevenue
-
MainV
ocation
summary
:
>-
summary
:
>-
Replace attributes for a model instance and persist it into the data
Replace attributes for a model instance and persist it into the data
source.
source.
operationId: 'MainV
rrevenue.replaceById__post_MainVrrevenue
s_{id}_replace'
operationId: 'MainV
ocation.replaceById__post_MainVocation
s_{id}_replace'
parameters:
parameters:
- name: id
- name: id
in: path
in: path
...
@@ -17346,19 +17346,19 @@ paths:
...
@@ -17346,19 +17346,19 @@ paths:
required: false
required: false
schema:
schema:
description: Model instance data
description: Model instance data
$ref: '#/definitions/MainV
rrevenue
'
$ref: '#/definitions/MainV
ocation
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/MainV
rrevenue
'
$ref: '#/definitions/MainV
ocation
'
deprecated: false
deprecated: false
/MainV
rrevenue
s/findOne
:
/MainV
ocation
s/findOne
:
get
:
get
:
tags
:
tags
:
-
MainV
rrevenue
-
MainV
ocation
summary
:
Find first instance of the model matched by filter from the data source.
summary
:
Find first instance of the model matched by filter from the data source.
operationId
:
MainV
rrevenue
.findOne
operationId
:
MainV
ocation
.findOne
parameters
:
parameters
:
-
name
:
filter
-
name
:
filter
in
:
query
in
:
query
...
@@ -17375,14 +17375,14 @@ paths:
...
@@ -17375,14 +17375,14 @@ paths:
'
200'
:
'
200'
:
description
:
Request was successful
description
:
Request was successful
schema
:
schema
:
$ref
:
'
#/definitions/MainV
rrevenue
'
$ref
:
'
#/definitions/MainV
ocation
'
deprecated
:
false
deprecated
:
false
/MainV
rrevenue
s/update
:
/MainV
ocation
s/update
:
post
:
post
:
tags
:
tags
:
-
MainV
rrevenue
-
MainV
ocation
summary
:
'
Update
instances
of
the
model
matched
by
{{where}}
from
the
data
source.'
summary
:
'
Update
instances
of
the
model
matched
by
{{where}}
from
the
data
source.'
operationId
:
MainV
rrevenue
.updateAll
operationId
:
MainV
ocation
.updateAll
parameters
:
parameters
:
-
name
:
where
-
name
:
where
in
:
query
in
:
query
...
@@ -17396,7 +17396,7 @@ paths:
...
@@ -17396,7 +17396,7 @@ paths:
required
:
false
required
:
false
schema
:
schema
:
description
:
An object of model property name/value pairs
description
:
An object of model property name/value pairs
$ref
:
'
#/definitions/MainV
rrevenue
'
$ref
:
'
#/definitions/MainV
ocation
'
responses
:
responses
:
'
200'
:
'
200'
:
description
:
Request was successful
description
:
Request was successful
...
@@ -17409,12 +17409,12 @@ paths:
...
@@ -17409,12 +17409,12 @@ paths:
type
:
number
type
:
number
format
:
double
format
:
double
deprecated
:
false
deprecated
:
false
/MainV
rrevenue
s/count
:
/MainV
ocation
s/count
:
get
:
get
:
tags
:
tags
:
-
MainV
rrevenue
-
MainV
ocation
summary
:
Count instances of the model matched by where from the data source.
summary
:
Count instances of the model matched by where from the data source.
operationId
:
MainV
rrevenue
.count
operationId
:
MainV
ocation
.count
parameters
:
parameters
:
-
name
:
where
-
name
:
where
in
:
query
in
:
query
...
@@ -17432,12 +17432,12 @@ paths:
...
@@ -17432,12 +17432,12 @@ paths:
type
:
number
type
:
number
format
:
double
format
:
double
deprecated
:
false
deprecated
:
false
/Main
Vrord
ers
:
/Main
Totalteach
ers
:
post
:
post
:
tags
:
tags
:
-
Main
Vrord
er
-
Main
Totalteach
er
summary
:
Create a new instance of the model and persist it into the data source.
summary
:
Create a new instance of the model and persist it into the data source.
operationId
:
Main
Vrord
er.create
operationId
:
Main
Totalteach
er.create
parameters
:
parameters
:
-
name
:
data
-
name
:
data
in
:
body
in
:
body
...
@@ -17445,20 +17445,20 @@ paths:
...
@@ -17445,20 +17445,20 @@ paths:
required
:
false
required
:
false
schema
:
schema
:
description
:
Model instance data
description
:
Model instance data
$ref
:
'
#/definitions/Main
Vrord
er'
$ref
:
'
#/definitions/Main
Totalteach
er'
responses
:
responses
:
'
200'
:
'
200'
:
description
:
Request was successful
description
:
Request was successful
schema
:
schema
:
$ref
:
'
#/definitions/Main
Vrord
er'
$ref
:
'
#/definitions/Main
Totalteach
er'
deprecated
:
false
deprecated
:
false
patch
:
patch
:
tags
:
tags
:
-
Main
Vrord
er
-
Main
Totalteach
er
summary
:
>-
summary
:
>-
Patch an existing model instance or insert a new one into the data
Patch an existing model instance or insert a new one into the data
source.
source.
operationId: Main
Vrord
er.patchOrCreate
operationId: Main
Totalteach
er.patchOrCreate
parameters:
parameters:
- name: data
- name: data
in: body
in: body
...
@@ -17466,20 +17466,20 @@ paths:
...
@@ -17466,20 +17466,20 @@ paths:
required: false
required: false
schema:
schema:
description: Model instance data
description: Model instance data
$ref: '#/definitions/Main
Vrord
er'
$ref: '#/definitions/Main
Totalteach
er'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Vrord
er'
$ref: '#/definitions/Main
Totalteach
er'
deprecated: false
deprecated: false
put
:
put
:
tags
:
tags
:
-
Main
Vrord
er
-
Main
Totalteach
er
summary
:
>-
summary
:
>-
Replace an existing model instance or insert a new one into the data
Replace an existing model instance or insert a new one into the data
source.
source.
operationId: Main
Vrorder.replaceOrCreate__put_MainVrord
ers
operationId: Main
Totalteacher.replaceOrCreate__put_MainTotalteach
ers
parameters:
parameters:
- name: data
- name: data
in: body
in: body
...
@@ -17487,18 +17487,18 @@ paths:
...
@@ -17487,18 +17487,18 @@ paths:
required: false
required: false
schema:
schema:
description: Model instance data
description: Model instance data
$ref: '#/definitions/Main
Vrord
er'
$ref: '#/definitions/Main
Totalteach
er'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Vrord
er'
$ref: '#/definitions/Main
Totalteach
er'
deprecated: false
deprecated: false
get
:
get
:
tags
:
tags
:
-
Main
Vrord
er
-
Main
Totalteach
er
summary
:
Find all instances of the model matched by filter from the data source.
summary
:
Find all instances of the model matched by filter from the data source.
operationId
:
Main
Vrord
er.find
operationId
:
Main
Totalteach
er.find
parameters
:
parameters
:
-
name
:
filter
-
name
:
filter
in
:
query
in
:
query
...
@@ -17517,16 +17517,16 @@ paths:
...
@@ -17517,16 +17517,16 @@ paths:
schema
:
schema
:
type
:
array
type
:
array
items
:
items
:
$ref
:
'
#/definitions/Main
Vrord
er'
$ref
:
'
#/definitions/Main
Totalteach
er'
deprecated
:
false
deprecated
:
false
/Main
Vrord
ers/replaceOrCreate
:
/Main
Totalteach
ers/replaceOrCreate
:
post
:
post
:
tags
:
tags
:
-
Main
Vrord
er
-
Main
Totalteach
er
summary
:
>-
summary
:
>-
Replace an existing model instance or insert a new one into the data
Replace an existing model instance or insert a new one into the data
source.
source.
operationId: Main
Vrorder.replaceOrCreate__post_MainVrord
ers_replaceOrCreate
operationId: Main
Totalteacher.replaceOrCreate__post_MainTotalteach
ers_replaceOrCreate
parameters:
parameters:
- name: data
- name: data
in: body
in: body
...
@@ -17534,21 +17534,21 @@ paths:
...
@@ -17534,21 +17534,21 @@ paths:
required: false
required: false
schema:
schema:
description: Model instance data
description: Model instance data
$ref: '#/definitions/Main
Vrord
er'
$ref: '#/definitions/Main
Totalteach
er'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Vrord
er'
$ref: '#/definitions/Main
Totalteach
er'
deprecated: false
deprecated: false
/Main
Vrord
ers/upsertWithWhere
:
/Main
Totalteach
ers/upsertWithWhere
:
post
:
post
:
tags
:
tags
:
-
Main
Vrord
er
-
Main
Totalteach
er
summary
:
>-
summary
:
>-
Update an existing model instance or insert a new one into the data
Update an existing model instance or insert a new one into the data
source based on the where criteria.
source based on the where criteria.
operationId: Main
Vrord
er.upsertWithWhere
operationId: Main
Totalteach
er.upsertWithWhere
parameters:
parameters:
- name: where
- name: where
in: query
in: query
...
@@ -17562,19 +17562,19 @@ paths:
...
@@ -17562,19 +17562,19 @@ paths:
required: false
required: false
schema:
schema:
description: An object of model property name/value pairs
description: An object of model property name/value pairs
$ref: '#/definitions/Main
Vrord
er'
$ref: '#/definitions/Main
Totalteach
er'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Vrord
er'
$ref: '#/definitions/Main
Totalteach
er'
deprecated: false
deprecated: false
'
/Main
Vrord
ers/{id}/exists'
:
'
/Main
Totalteach
ers/{id}/exists'
:
get
:
get
:
tags
:
tags
:
-
Main
Vrord
er
-
Main
Totalteach
er
summary
:
Check whether a model instance exists in the data source.
summary
:
Check whether a model instance exists in the data source.
operationId
:
'
Main
Vrorder.exists__get_MainVrord
ers_{id}_exists'
operationId
:
'
Main
Totalteacher.exists__get_MainTotalteach
ers_{id}_exists'
parameters
:
parameters
:
-
name
:
id
-
name
:
id
in
:
path
in
:
path
...
@@ -17591,12 +17591,12 @@ paths:
...
@@ -17591,12 +17591,12 @@ paths:
exists
:
exists
:
type
:
boolean
type
:
boolean
deprecated
:
false
deprecated
:
false
'
/Main
Vrord
ers/{id}'
:
'
/Main
Totalteach
ers/{id}'
:
head
:
head
:
tags
:
tags
:
-
Main
Vrord
er
-
Main
Totalteach
er
summary
:
Check whether a model instance exists in the data source.
summary
:
Check whether a model instance exists in the data source.
operationId
:
'
Main
Vrorder.exists__head_MainVrord
ers_{id}'
operationId
:
'
Main
Totalteacher.exists__head_MainTotalteach
ers_{id}'
parameters
:
parameters
:
-
name
:
id
-
name
:
id
in
:
path
in
:
path
...
@@ -17615,9 +17615,9 @@ paths:
...
@@ -17615,9 +17615,9 @@ paths:
deprecated
:
false
deprecated
:
false
get
:
get
:
tags
:
tags
:
-
Main
Vrord
er
-
Main
Totalteach
er
summary
:
'
Find
a
model
instance
by
{{id}}
from
the
data
source.'
summary
:
'
Find
a
model
instance
by
{{id}}
from
the
data
source.'
operationId
:
Main
Vrord
er.findById
operationId
:
Main
Totalteach
er.findById
parameters
:
parameters
:
-
name
:
id
-
name
:
id
in
:
path
in
:
path
...
@@ -17637,15 +17637,15 @@ paths:
...
@@ -17637,15 +17637,15 @@ paths:
'
200'
:
'
200'
:
description
:
Request was successful
description
:
Request was successful
schema
:
schema
:
$ref
:
'
#/definitions/Main
Vrord
er'
$ref
:
'
#/definitions/Main
Totalteach
er'
deprecated
:
false
deprecated
:
false
put
:
put
:
tags
:
tags
:
-
Main
Vrord
er
-
Main
Totalteach
er
summary
:
>-
summary
:
>-
Replace attributes for a model instance and persist it into the data
Replace attributes for a model instance and persist it into the data
source.
source.
operationId: 'Main
Vrorder.replaceById__put_MainVrord
ers_{id}'
operationId: 'Main
Totalteacher.replaceById__put_MainTotalteach
ers_{id}'
parameters:
parameters:
- name: id
- name: id
in: path
in: path
...
@@ -17659,18 +17659,18 @@ paths:
...
@@ -17659,18 +17659,18 @@ paths:
required: false
required: false
schema:
schema:
description: Model instance data
description: Model instance data
$ref: '#/definitions/Main
Vrord
er'
$ref: '#/definitions/Main
Totalteach
er'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Vrord
er'
$ref: '#/definitions/Main
Totalteach
er'
deprecated: false
deprecated: false
delete
:
delete
:
tags
:
tags
:
-
Main
Vrord
er
-
Main
Totalteach
er
summary
:
'
Delete
a
model
instance
by
{{id}}
from
the
data
source.'
summary
:
'
Delete
a
model
instance
by
{{id}}
from
the
data
source.'
operationId
:
Main
Vrord
er.deleteById
operationId
:
Main
Totalteach
er.deleteById
parameters
:
parameters
:
-
name
:
id
-
name
:
id
in
:
path
in
:
path
...
@@ -17686,15 +17686,15 @@ paths:
...
@@ -17686,15 +17686,15 @@ paths:
deprecated
:
false
deprecated
:
false
patch
:
patch
:
tags
:
tags
:
-
Main
Vrord
er
-
Main
Totalteach
er
summary
:
>-
summary
:
>-
Patch attributes for a model instance and persist it into the data
Patch attributes for a model instance and persist it into the data
source.
source.
operationId: Main
Vrord
er.prototype.patchAttributes
operationId: Main
Totalteach
er.prototype.patchAttributes
parameters:
parameters:
- name: id
- name: id
in: path
in: path
description: Main
Vrord
er id
description: Main
Totalteach
er id
required: true
required: true
type: string
type: string
format: JSON
format: JSON
...
@@ -17704,21 +17704,21 @@ paths:
...
@@ -17704,21 +17704,21 @@ paths:
required: false
required: false
schema:
schema:
description: An object of model property name/value pairs
description: An object of model property name/value pairs
$ref: '#/definitions/Main
Vrord
er'
$ref: '#/definitions/Main
Totalteach
er'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Vrord
er'
$ref: '#/definitions/Main
Totalteach
er'
deprecated: false
deprecated: false
'
/Main
Vrord
ers/{id}/replace'
:
'
/Main
Totalteach
ers/{id}/replace'
:
post
:
post
:
tags
:
tags
:
-
Main
Vrord
er
-
Main
Totalteach
er
summary
:
>-
summary
:
>-
Replace attributes for a model instance and persist it into the data
Replace attributes for a model instance and persist it into the data
source.
source.
operationId: 'Main
Vrorder.replaceById__post_MainVrord
ers_{id}_replace'
operationId: 'Main
Totalteacher.replaceById__post_MainTotalteach
ers_{id}_replace'
parameters:
parameters:
- name: id
- name: id
in: path
in: path
...
@@ -17732,19 +17732,19 @@ paths:
...
@@ -17732,19 +17732,19 @@ paths:
required: false
required: false
schema:
schema:
description: Model instance data
description: Model instance data
$ref: '#/definitions/Main
Vrord
er'
$ref: '#/definitions/Main
Totalteach
er'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Vrord
er'
$ref: '#/definitions/Main
Totalteach
er'
deprecated: false
deprecated: false
/Main
Vrord
ers/findOne
:
/Main
Totalteach
ers/findOne
:
get
:
get
:
tags
:
tags
:
-
Main
Vrord
er
-
Main
Totalteach
er
summary
:
Find first instance of the model matched by filter from the data source.
summary
:
Find first instance of the model matched by filter from the data source.
operationId
:
Main
Vrord
er.findOne
operationId
:
Main
Totalteach
er.findOne
parameters
:
parameters
:
-
name
:
filter
-
name
:
filter
in
:
query
in
:
query
...
@@ -17761,14 +17761,14 @@ paths:
...
@@ -17761,14 +17761,14 @@ paths:
'
200'
:
'
200'
:
description
:
Request was successful
description
:
Request was successful
schema
:
schema
:
$ref
:
'
#/definitions/Main
Vrord
er'
$ref
:
'
#/definitions/Main
Totalteach
er'
deprecated
:
false
deprecated
:
false
/Main
Vrord
ers/update
:
/Main
Totalteach
ers/update
:
post
:
post
:
tags
:
tags
:
-
Main
Vrord
er
-
Main
Totalteach
er
summary
:
'
Update
instances
of
the
model
matched
by
{{where}}
from
the
data
source.'
summary
:
'
Update
instances
of
the
model
matched
by
{{where}}
from
the
data
source.'
operationId
:
Main
Vrord
er.updateAll
operationId
:
Main
Totalteach
er.updateAll
parameters
:
parameters
:
-
name
:
where
-
name
:
where
in
:
query
in
:
query
...
@@ -17782,7 +17782,7 @@ paths:
...
@@ -17782,7 +17782,7 @@ paths:
required
:
false
required
:
false
schema
:
schema
:
description
:
An object of model property name/value pairs
description
:
An object of model property name/value pairs
$ref
:
'
#/definitions/Main
Vrord
er'
$ref
:
'
#/definitions/Main
Totalteach
er'
responses
:
responses
:
'
200'
:
'
200'
:
description
:
Request was successful
description
:
Request was successful
...
@@ -17795,12 +17795,12 @@ paths:
...
@@ -17795,12 +17795,12 @@ paths:
type
:
number
type
:
number
format
:
double
format
:
double
deprecated
:
false
deprecated
:
false
/Main
Vrord
ers/count
:
/Main
Totalteach
ers/count
:
get
:
get
:
tags
:
tags
:
-
Main
Vrord
er
-
Main
Totalteach
er
summary
:
Count instances of the model matched by where from the data source.
summary
:
Count instances of the model matched by where from the data source.
operationId
:
Main
Vrord
er.count
operationId
:
Main
Totalteach
er.count
parameters
:
parameters
:
-
name
:
where
-
name
:
where
in
:
query
in
:
query
...
@@ -17818,12 +17818,12 @@ paths:
...
@@ -17818,12 +17818,12 @@ paths:
type
:
number
type
:
number
format
:
double
format
:
double
deprecated
:
false
deprecated
:
false
/Main
Vocation
s
:
/Main
Totalstudent
s
:
post
:
post
:
tags
:
tags
:
-
Main
Vocation
-
Main
Totalstudent
summary
:
Create a new instance of the model and persist it into the data source.
summary
:
Create a new instance of the model and persist it into the data source.
operationId
:
Main
Vocation
.create
operationId
:
Main
Totalstudent
.create
parameters
:
parameters
:
-
name
:
data
-
name
:
data
in
:
body
in
:
body
...
@@ -17831,20 +17831,20 @@ paths:
...
@@ -17831,20 +17831,20 @@ paths:
required
:
false
required
:
false
schema
:
schema
:
description
:
Model instance data
description
:
Model instance data
$ref
:
'
#/definitions/Main
Vocation
'
$ref
:
'
#/definitions/Main
Totalstudent
'
responses
:
responses
:
'
200'
:
'
200'
:
description
:
Request was successful
description
:
Request was successful
schema
:
schema
:
$ref
:
'
#/definitions/Main
Vocation
'
$ref
:
'
#/definitions/Main
Totalstudent
'
deprecated
:
false
deprecated
:
false
patch
:
patch
:
tags
:
tags
:
-
Main
Vocation
-
Main
Totalstudent
summary
:
>-
summary
:
>-
Patch an existing model instance or insert a new one into the data
Patch an existing model instance or insert a new one into the data
source.
source.
operationId: Main
Vocation
.patchOrCreate
operationId: Main
Totalstudent
.patchOrCreate
parameters:
parameters:
- name: data
- name: data
in: body
in: body
...
@@ -17852,20 +17852,20 @@ paths:
...
@@ -17852,20 +17852,20 @@ paths:
required: false
required: false
schema:
schema:
description: Model instance data
description: Model instance data
$ref: '#/definitions/Main
Vocation
'
$ref: '#/definitions/Main
Totalstudent
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Vocation
'
$ref: '#/definitions/Main
Totalstudent
'
deprecated: false
deprecated: false
put
:
put
:
tags
:
tags
:
-
Main
Vocation
-
Main
Totalstudent
summary
:
>-
summary
:
>-
Replace an existing model instance or insert a new one into the data
Replace an existing model instance or insert a new one into the data
source.
source.
operationId: Main
Vocation.replaceOrCreate__put_MainVocation
s
operationId: Main
Totalstudent.replaceOrCreate__put_MainTotalstudent
s
parameters:
parameters:
- name: data
- name: data
in: body
in: body
...
@@ -17873,18 +17873,18 @@ paths:
...
@@ -17873,18 +17873,18 @@ paths:
required: false
required: false
schema:
schema:
description: Model instance data
description: Model instance data
$ref: '#/definitions/Main
Vocation
'
$ref: '#/definitions/Main
Totalstudent
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Vocation
'
$ref: '#/definitions/Main
Totalstudent
'
deprecated: false
deprecated: false
get
:
get
:
tags
:
tags
:
-
Main
Vocation
-
Main
Totalstudent
summary
:
Find all instances of the model matched by filter from the data source.
summary
:
Find all instances of the model matched by filter from the data source.
operationId
:
Main
Vocation
.find
operationId
:
Main
Totalstudent
.find
parameters
:
parameters
:
-
name
:
filter
-
name
:
filter
in
:
query
in
:
query
...
@@ -17903,16 +17903,16 @@ paths:
...
@@ -17903,16 +17903,16 @@ paths:
schema
:
schema
:
type
:
array
type
:
array
items
:
items
:
$ref
:
'
#/definitions/Main
Vocation
'
$ref
:
'
#/definitions/Main
Totalstudent
'
deprecated
:
false
deprecated
:
false
/Main
Vocation
s/replaceOrCreate
:
/Main
Totalstudent
s/replaceOrCreate
:
post
:
post
:
tags
:
tags
:
-
Main
Vocation
-
Main
Totalstudent
summary
:
>-
summary
:
>-
Replace an existing model instance or insert a new one into the data
Replace an existing model instance or insert a new one into the data
source.
source.
operationId: Main
Vocation.replaceOrCreate__post_MainVocation
s_replaceOrCreate
operationId: Main
Totalstudent.replaceOrCreate__post_MainTotalstudent
s_replaceOrCreate
parameters:
parameters:
- name: data
- name: data
in: body
in: body
...
@@ -17920,21 +17920,21 @@ paths:
...
@@ -17920,21 +17920,21 @@ paths:
required: false
required: false
schema:
schema:
description: Model instance data
description: Model instance data
$ref: '#/definitions/Main
Vocation
'
$ref: '#/definitions/Main
Totalstudent
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Vocation
'
$ref: '#/definitions/Main
Totalstudent
'
deprecated: false
deprecated: false
/Main
Vocation
s/upsertWithWhere
:
/Main
Totalstudent
s/upsertWithWhere
:
post
:
post
:
tags
:
tags
:
-
Main
Vocation
-
Main
Totalstudent
summary
:
>-
summary
:
>-
Update an existing model instance or insert a new one into the data
Update an existing model instance or insert a new one into the data
source based on the where criteria.
source based on the where criteria.
operationId: Main
Vocation
.upsertWithWhere
operationId: Main
Totalstudent
.upsertWithWhere
parameters:
parameters:
- name: where
- name: where
in: query
in: query
...
@@ -17948,19 +17948,19 @@ paths:
...
@@ -17948,19 +17948,19 @@ paths:
required: false
required: false
schema:
schema:
description: An object of model property name/value pairs
description: An object of model property name/value pairs
$ref: '#/definitions/Main
Vocation
'
$ref: '#/definitions/Main
Totalstudent
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Vocation
'
$ref: '#/definitions/Main
Totalstudent
'
deprecated: false
deprecated: false
'
/Main
Vocation
s/{id}/exists'
:
'
/Main
Totalstudent
s/{id}/exists'
:
get
:
get
:
tags
:
tags
:
-
Main
Vocation
-
Main
Totalstudent
summary
:
Check whether a model instance exists in the data source.
summary
:
Check whether a model instance exists in the data source.
operationId
:
'
Main
Vocation.exists__get_MainVocation
s_{id}_exists'
operationId
:
'
Main
Totalstudent.exists__get_MainTotalstudent
s_{id}_exists'
parameters
:
parameters
:
-
name
:
id
-
name
:
id
in
:
path
in
:
path
...
@@ -17977,12 +17977,12 @@ paths:
...
@@ -17977,12 +17977,12 @@ paths:
exists
:
exists
:
type
:
boolean
type
:
boolean
deprecated
:
false
deprecated
:
false
'
/Main
Vocation
s/{id}'
:
'
/Main
Totalstudent
s/{id}'
:
head
:
head
:
tags
:
tags
:
-
Main
Vocation
-
Main
Totalstudent
summary
:
Check whether a model instance exists in the data source.
summary
:
Check whether a model instance exists in the data source.
operationId
:
'
Main
Vocation.exists__head_MainVocation
s_{id}'
operationId
:
'
Main
Totalstudent.exists__head_MainTotalstudent
s_{id}'
parameters
:
parameters
:
-
name
:
id
-
name
:
id
in
:
path
in
:
path
...
@@ -18001,9 +18001,9 @@ paths:
...
@@ -18001,9 +18001,9 @@ paths:
deprecated
:
false
deprecated
:
false
get
:
get
:
tags
:
tags
:
-
Main
Vocation
-
Main
Totalstudent
summary
:
'
Find
a
model
instance
by
{{id}}
from
the
data
source.'
summary
:
'
Find
a
model
instance
by
{{id}}
from
the
data
source.'
operationId
:
Main
Vocation
.findById
operationId
:
Main
Totalstudent
.findById
parameters
:
parameters
:
-
name
:
id
-
name
:
id
in
:
path
in
:
path
...
@@ -18023,15 +18023,15 @@ paths:
...
@@ -18023,15 +18023,15 @@ paths:
'
200'
:
'
200'
:
description
:
Request was successful
description
:
Request was successful
schema
:
schema
:
$ref
:
'
#/definitions/Main
Vocation
'
$ref
:
'
#/definitions/Main
Totalstudent
'
deprecated
:
false
deprecated
:
false
put
:
put
:
tags
:
tags
:
-
Main
Vocation
-
Main
Totalstudent
summary
:
>-
summary
:
>-
Replace attributes for a model instance and persist it into the data
Replace attributes for a model instance and persist it into the data
source.
source.
operationId: 'Main
Vocation.replaceById__put_MainVocation
s_{id}'
operationId: 'Main
Totalstudent.replaceById__put_MainTotalstudent
s_{id}'
parameters:
parameters:
- name: id
- name: id
in: path
in: path
...
@@ -18045,18 +18045,18 @@ paths:
...
@@ -18045,18 +18045,18 @@ paths:
required: false
required: false
schema:
schema:
description: Model instance data
description: Model instance data
$ref: '#/definitions/Main
Vocation
'
$ref: '#/definitions/Main
Totalstudent
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Vocation
'
$ref: '#/definitions/Main
Totalstudent
'
deprecated: false
deprecated: false
delete
:
delete
:
tags
:
tags
:
-
Main
Vocation
-
Main
Totalstudent
summary
:
'
Delete
a
model
instance
by
{{id}}
from
the
data
source.'
summary
:
'
Delete
a
model
instance
by
{{id}}
from
the
data
source.'
operationId
:
Main
Vocation
.deleteById
operationId
:
Main
Totalstudent
.deleteById
parameters
:
parameters
:
-
name
:
id
-
name
:
id
in
:
path
in
:
path
...
@@ -18072,15 +18072,15 @@ paths:
...
@@ -18072,15 +18072,15 @@ paths:
deprecated
:
false
deprecated
:
false
patch
:
patch
:
tags
:
tags
:
-
Main
Vocation
-
Main
Totalstudent
summary
:
>-
summary
:
>-
Patch attributes for a model instance and persist it into the data
Patch attributes for a model instance and persist it into the data
source.
source.
operationId: Main
Vocation
.prototype.patchAttributes
operationId: Main
Totalstudent
.prototype.patchAttributes
parameters:
parameters:
- name: id
- name: id
in: path
in: path
description: Main
Vocation
id
description: Main
Totalstudent
id
required: true
required: true
type: string
type: string
format: JSON
format: JSON
...
@@ -18090,21 +18090,21 @@ paths:
...
@@ -18090,21 +18090,21 @@ paths:
required: false
required: false
schema:
schema:
description: An object of model property name/value pairs
description: An object of model property name/value pairs
$ref: '#/definitions/Main
Vocation
'
$ref: '#/definitions/Main
Totalstudent
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Vocation
'
$ref: '#/definitions/Main
Totalstudent
'
deprecated: false
deprecated: false
'
/Main
Vocation
s/{id}/replace'
:
'
/Main
Totalstudent
s/{id}/replace'
:
post
:
post
:
tags
:
tags
:
-
Main
Vocation
-
Main
Totalstudent
summary
:
>-
summary
:
>-
Replace attributes for a model instance and persist it into the data
Replace attributes for a model instance and persist it into the data
source.
source.
operationId: 'Main
Vocation.replaceById__post_MainVocation
s_{id}_replace'
operationId: 'Main
Totalstudent.replaceById__post_MainTotalstudent
s_{id}_replace'
parameters:
parameters:
- name: id
- name: id
in: path
in: path
...
@@ -18118,19 +18118,19 @@ paths:
...
@@ -18118,19 +18118,19 @@ paths:
required: false
required: false
schema:
schema:
description: Model instance data
description: Model instance data
$ref: '#/definitions/Main
Vocation
'
$ref: '#/definitions/Main
Totalstudent
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Vocation
'
$ref: '#/definitions/Main
Totalstudent
'
deprecated: false
deprecated: false
/Main
Vocation
s/findOne
:
/Main
Totalstudent
s/findOne
:
get
:
get
:
tags
:
tags
:
-
Main
Vocation
-
Main
Totalstudent
summary
:
Find first instance of the model matched by filter from the data source.
summary
:
Find first instance of the model matched by filter from the data source.
operationId
:
Main
Vocation
.findOne
operationId
:
Main
Totalstudent
.findOne
parameters
:
parameters
:
-
name
:
filter
-
name
:
filter
in
:
query
in
:
query
...
@@ -18147,14 +18147,14 @@ paths:
...
@@ -18147,14 +18147,14 @@ paths:
'
200'
:
'
200'
:
description
:
Request was successful
description
:
Request was successful
schema
:
schema
:
$ref
:
'
#/definitions/Main
Vocation
'
$ref
:
'
#/definitions/Main
Totalstudent
'
deprecated
:
false
deprecated
:
false
/Main
Vocation
s/update
:
/Main
Totalstudent
s/update
:
post
:
post
:
tags
:
tags
:
-
Main
Vocation
-
Main
Totalstudent
summary
:
'
Update
instances
of
the
model
matched
by
{{where}}
from
the
data
source.'
summary
:
'
Update
instances
of
the
model
matched
by
{{where}}
from
the
data
source.'
operationId
:
Main
Vocation
.updateAll
operationId
:
Main
Totalstudent
.updateAll
parameters
:
parameters
:
-
name
:
where
-
name
:
where
in
:
query
in
:
query
...
@@ -18168,7 +18168,7 @@ paths:
...
@@ -18168,7 +18168,7 @@ paths:
required
:
false
required
:
false
schema
:
schema
:
description
:
An object of model property name/value pairs
description
:
An object of model property name/value pairs
$ref
:
'
#/definitions/Main
Vocation
'
$ref
:
'
#/definitions/Main
Totalstudent
'
responses
:
responses
:
'
200'
:
'
200'
:
description
:
Request was successful
description
:
Request was successful
...
@@ -18181,12 +18181,12 @@ paths:
...
@@ -18181,12 +18181,12 @@ paths:
type
:
number
type
:
number
format
:
double
format
:
double
deprecated
:
false
deprecated
:
false
/Main
Vocation
s/count
:
/Main
Totalstudent
s/count
:
get
:
get
:
tags
:
tags
:
-
Main
Vocation
-
Main
Totalstudent
summary
:
Count instances of the model matched by where from the data source.
summary
:
Count instances of the model matched by where from the data source.
operationId
:
Main
Vocation
.count
operationId
:
Main
Totalstudent
.count
parameters
:
parameters
:
-
name
:
where
-
name
:
where
in
:
query
in
:
query
...
@@ -18204,12 +18204,12 @@ paths:
...
@@ -18204,12 +18204,12 @@ paths:
type
:
number
type
:
number
format
:
double
format
:
double
deprecated
:
false
deprecated
:
false
/Main
Totalteacher
s
:
/Main
Revenuetopeight
s
:
post
:
post
:
tags
:
tags
:
-
Main
Totalteacher
-
Main
Revenuetopeight
summary
:
Create a new instance of the model and persist it into the data source.
summary
:
Create a new instance of the model and persist it into the data source.
operationId
:
Main
Totalteacher
.create
operationId
:
Main
Revenuetopeight
.create
parameters
:
parameters
:
-
name
:
data
-
name
:
data
in
:
body
in
:
body
...
@@ -18217,20 +18217,20 @@ paths:
...
@@ -18217,20 +18217,20 @@ paths:
required
:
false
required
:
false
schema
:
schema
:
description
:
Model instance data
description
:
Model instance data
$ref
:
'
#/definitions/Main
Totalteacher
'
$ref
:
'
#/definitions/Main
Revenuetopeight
'
responses
:
responses
:
'
200'
:
'
200'
:
description
:
Request was successful
description
:
Request was successful
schema
:
schema
:
$ref
:
'
#/definitions/Main
Totalteacher
'
$ref
:
'
#/definitions/Main
Revenuetopeight
'
deprecated
:
false
deprecated
:
false
patch
:
patch
:
tags
:
tags
:
-
Main
Totalteacher
-
Main
Revenuetopeight
summary
:
>-
summary
:
>-
Patch an existing model instance or insert a new one into the data
Patch an existing model instance or insert a new one into the data
source.
source.
operationId: Main
Totalteacher
.patchOrCreate
operationId: Main
Revenuetopeight
.patchOrCreate
parameters:
parameters:
- name: data
- name: data
in: body
in: body
...
@@ -18238,20 +18238,20 @@ paths:
...
@@ -18238,20 +18238,20 @@ paths:
required: false
required: false
schema:
schema:
description: Model instance data
description: Model instance data
$ref: '#/definitions/Main
Totalteacher
'
$ref: '#/definitions/Main
Revenuetopeight
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Totalteacher
'
$ref: '#/definitions/Main
Revenuetopeight
'
deprecated: false
deprecated: false
put
:
put
:
tags
:
tags
:
-
Main
Totalteacher
-
Main
Revenuetopeight
summary
:
>-
summary
:
>-
Replace an existing model instance or insert a new one into the data
Replace an existing model instance or insert a new one into the data
source.
source.
operationId: Main
Totalteacher.replaceOrCreate__put_MainTotalteacher
s
operationId: Main
Revenuetopeight.replaceOrCreate__put_MainRevenuetopeight
s
parameters:
parameters:
- name: data
- name: data
in: body
in: body
...
@@ -18259,18 +18259,18 @@ paths:
...
@@ -18259,18 +18259,18 @@ paths:
required: false
required: false
schema:
schema:
description: Model instance data
description: Model instance data
$ref: '#/definitions/Main
Totalteacher
'
$ref: '#/definitions/Main
Revenuetopeight
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Totalteacher
'
$ref: '#/definitions/Main
Revenuetopeight
'
deprecated: false
deprecated: false
get
:
get
:
tags
:
tags
:
-
Main
Totalteacher
-
Main
Revenuetopeight
summary
:
Find all instances of the model matched by filter from the data source.
summary
:
Find all instances of the model matched by filter from the data source.
operationId
:
Main
Totalteacher
.find
operationId
:
Main
Revenuetopeight
.find
parameters
:
parameters
:
-
name
:
filter
-
name
:
filter
in
:
query
in
:
query
...
@@ -18289,16 +18289,17 @@ paths:
...
@@ -18289,16 +18289,17 @@ paths:
schema
:
schema
:
type
:
array
type
:
array
items
:
items
:
$ref
:
'
#/definitions/Main
Totalteacher
'
$ref
:
'
#/definitions/Main
Revenuetopeight
'
deprecated
:
false
deprecated
:
false
/Main
Totalteacher
s/replaceOrCreate
:
/Main
Revenuetopeight
s/replaceOrCreate
:
post
:
post
:
tags
:
tags
:
-
Main
Totalteacher
-
Main
Revenuetopeight
summary
:
>-
summary
:
>-
Replace an existing model instance or insert a new one into the data
Replace an existing model instance or insert a new one into the data
source.
source.
operationId: MainTotalteacher.replaceOrCreate__post_MainTotalteachers_replaceOrCreate
operationId: >-
MainRevenuetopeight.replaceOrCreate__post_MainRevenuetopeights_replaceOrCreate
parameters:
parameters:
- name: data
- name: data
in: body
in: body
...
@@ -18306,21 +18307,21 @@ paths:
...
@@ -18306,21 +18307,21 @@ paths:
required: false
required: false
schema:
schema:
description: Model instance data
description: Model instance data
$ref: '#/definitions/Main
Totalteacher
'
$ref: '#/definitions/Main
Revenuetopeight
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Totalteacher
'
$ref: '#/definitions/Main
Revenuetopeight
'
deprecated: false
deprecated: false
/Main
Totalteacher
s/upsertWithWhere
:
/Main
Revenuetopeight
s/upsertWithWhere
:
post
:
post
:
tags
:
tags
:
-
Main
Totalteacher
-
Main
Revenuetopeight
summary
:
>-
summary
:
>-
Update an existing model instance or insert a new one into the data
Update an existing model instance or insert a new one into the data
source based on the where criteria.
source based on the where criteria.
operationId: Main
Totalteacher
.upsertWithWhere
operationId: Main
Revenuetopeight
.upsertWithWhere
parameters:
parameters:
- name: where
- name: where
in: query
in: query
...
@@ -18334,19 +18335,19 @@ paths:
...
@@ -18334,19 +18335,19 @@ paths:
required: false
required: false
schema:
schema:
description: An object of model property name/value pairs
description: An object of model property name/value pairs
$ref: '#/definitions/Main
Totalteacher
'
$ref: '#/definitions/Main
Revenuetopeight
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Totalteacher
'
$ref: '#/definitions/Main
Revenuetopeight
'
deprecated: false
deprecated: false
'
/Main
Totalteacher
s/{id}/exists'
:
'
/Main
Revenuetopeight
s/{id}/exists'
:
get
:
get
:
tags
:
tags
:
-
Main
Totalteacher
-
Main
Revenuetopeight
summary
:
Check whether a model instance exists in the data source.
summary
:
Check whether a model instance exists in the data source.
operationId
:
'
Main
Totalteacher.exists__get_MainTotalteacher
s_{id}_exists'
operationId
:
'
Main
Revenuetopeight.exists__get_MainRevenuetopeight
s_{id}_exists'
parameters
:
parameters
:
-
name
:
id
-
name
:
id
in
:
path
in
:
path
...
@@ -18363,12 +18364,12 @@ paths:
...
@@ -18363,12 +18364,12 @@ paths:
exists
:
exists
:
type
:
boolean
type
:
boolean
deprecated
:
false
deprecated
:
false
'
/Main
Totalteacher
s/{id}'
:
'
/Main
Revenuetopeight
s/{id}'
:
head
:
head
:
tags
:
tags
:
-
Main
Totalteacher
-
Main
Revenuetopeight
summary
:
Check whether a model instance exists in the data source.
summary
:
Check whether a model instance exists in the data source.
operationId
:
'
Main
Totalteacher.exists__head_MainTotalteacher
s_{id}'
operationId
:
'
Main
Revenuetopeight.exists__head_MainRevenuetopeight
s_{id}'
parameters
:
parameters
:
-
name
:
id
-
name
:
id
in
:
path
in
:
path
...
@@ -18387,9 +18388,9 @@ paths:
...
@@ -18387,9 +18388,9 @@ paths:
deprecated
:
false
deprecated
:
false
get
:
get
:
tags
:
tags
:
-
Main
Totalteacher
-
Main
Revenuetopeight
summary
:
'
Find
a
model
instance
by
{{id}}
from
the
data
source.'
summary
:
'
Find
a
model
instance
by
{{id}}
from
the
data
source.'
operationId
:
Main
Totalteacher
.findById
operationId
:
Main
Revenuetopeight
.findById
parameters
:
parameters
:
-
name
:
id
-
name
:
id
in
:
path
in
:
path
...
@@ -18409,15 +18410,15 @@ paths:
...
@@ -18409,15 +18410,15 @@ paths:
'
200'
:
'
200'
:
description
:
Request was successful
description
:
Request was successful
schema
:
schema
:
$ref
:
'
#/definitions/Main
Totalteacher
'
$ref
:
'
#/definitions/Main
Revenuetopeight
'
deprecated
:
false
deprecated
:
false
put
:
put
:
tags
:
tags
:
-
Main
Totalteacher
-
Main
Revenuetopeight
summary
:
>-
summary
:
>-
Replace attributes for a model instance and persist it into the data
Replace attributes for a model instance and persist it into the data
source.
source.
operationId: 'Main
Totalteacher.replaceById__put_MainTotalteacher
s_{id}'
operationId: 'Main
Revenuetopeight.replaceById__put_MainRevenuetopeight
s_{id}'
parameters:
parameters:
- name: id
- name: id
in: path
in: path
...
@@ -18431,18 +18432,18 @@ paths:
...
@@ -18431,18 +18432,18 @@ paths:
required: false
required: false
schema:
schema:
description: Model instance data
description: Model instance data
$ref: '#/definitions/Main
Totalteacher
'
$ref: '#/definitions/Main
Revenuetopeight
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Totalteacher
'
$ref: '#/definitions/Main
Revenuetopeight
'
deprecated: false
deprecated: false
delete
:
delete
:
tags
:
tags
:
-
Main
Totalteacher
-
Main
Revenuetopeight
summary
:
'
Delete
a
model
instance
by
{{id}}
from
the
data
source.'
summary
:
'
Delete
a
model
instance
by
{{id}}
from
the
data
source.'
operationId
:
Main
Totalteacher
.deleteById
operationId
:
Main
Revenuetopeight
.deleteById
parameters
:
parameters
:
-
name
:
id
-
name
:
id
in
:
path
in
:
path
...
@@ -18458,15 +18459,15 @@ paths:
...
@@ -18458,15 +18459,15 @@ paths:
deprecated
:
false
deprecated
:
false
patch
:
patch
:
tags
:
tags
:
-
Main
Totalteacher
-
Main
Revenuetopeight
summary
:
>-
summary
:
>-
Patch attributes for a model instance and persist it into the data
Patch attributes for a model instance and persist it into the data
source.
source.
operationId: Main
Totalteacher
.prototype.patchAttributes
operationId: Main
Revenuetopeight
.prototype.patchAttributes
parameters:
parameters:
- name: id
- name: id
in: path
in: path
description: Main
Totalteacher
id
description: Main
Revenuetopeight
id
required: true
required: true
type: string
type: string
format: JSON
format: JSON
...
@@ -18476,21 +18477,21 @@ paths:
...
@@ -18476,21 +18477,21 @@ paths:
required: false
required: false
schema:
schema:
description: An object of model property name/value pairs
description: An object of model property name/value pairs
$ref: '#/definitions/Main
Totalteacher
'
$ref: '#/definitions/Main
Revenuetopeight
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Totalteacher
'
$ref: '#/definitions/Main
Revenuetopeight
'
deprecated: false
deprecated: false
'
/Main
Totalteacher
s/{id}/replace'
:
'
/Main
Revenuetopeight
s/{id}/replace'
:
post
:
post
:
tags
:
tags
:
-
Main
Totalteacher
-
Main
Revenuetopeight
summary
:
>-
summary
:
>-
Replace attributes for a model instance and persist it into the data
Replace attributes for a model instance and persist it into the data
source.
source.
operationId: 'Main
Totalteacher.replaceById__post_MainTotalteacher
s_{id}_replace'
operationId: 'Main
Revenuetopeight.replaceById__post_MainRevenuetopeight
s_{id}_replace'
parameters:
parameters:
- name: id
- name: id
in: path
in: path
...
@@ -18504,19 +18505,19 @@ paths:
...
@@ -18504,19 +18505,19 @@ paths:
required: false
required: false
schema:
schema:
description: Model instance data
description: Model instance data
$ref: '#/definitions/Main
Totalteacher
'
$ref: '#/definitions/Main
Revenuetopeight
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Totalteacher
'
$ref: '#/definitions/Main
Revenuetopeight
'
deprecated: false
deprecated: false
/Main
Totalteacher
s/findOne
:
/Main
Revenuetopeight
s/findOne
:
get
:
get
:
tags
:
tags
:
-
Main
Totalteacher
-
Main
Revenuetopeight
summary
:
Find first instance of the model matched by filter from the data source.
summary
:
Find first instance of the model matched by filter from the data source.
operationId
:
Main
Totalteacher
.findOne
operationId
:
Main
Revenuetopeight
.findOne
parameters
:
parameters
:
-
name
:
filter
-
name
:
filter
in
:
query
in
:
query
...
@@ -18533,14 +18534,14 @@ paths:
...
@@ -18533,14 +18534,14 @@ paths:
'
200'
:
'
200'
:
description
:
Request was successful
description
:
Request was successful
schema
:
schema
:
$ref
:
'
#/definitions/Main
Totalteacher
'
$ref
:
'
#/definitions/Main
Revenuetopeight
'
deprecated
:
false
deprecated
:
false
/Main
Totalteacher
s/update
:
/Main
Revenuetopeight
s/update
:
post
:
post
:
tags
:
tags
:
-
Main
Totalteacher
-
Main
Revenuetopeight
summary
:
'
Update
instances
of
the
model
matched
by
{{where}}
from
the
data
source.'
summary
:
'
Update
instances
of
the
model
matched
by
{{where}}
from
the
data
source.'
operationId
:
Main
Totalteacher
.updateAll
operationId
:
Main
Revenuetopeight
.updateAll
parameters
:
parameters
:
-
name
:
where
-
name
:
where
in
:
query
in
:
query
...
@@ -18554,7 +18555,7 @@ paths:
...
@@ -18554,7 +18555,7 @@ paths:
required
:
false
required
:
false
schema
:
schema
:
description
:
An object of model property name/value pairs
description
:
An object of model property name/value pairs
$ref
:
'
#/definitions/Main
Totalteacher
'
$ref
:
'
#/definitions/Main
Revenuetopeight
'
responses
:
responses
:
'
200'
:
'
200'
:
description
:
Request was successful
description
:
Request was successful
...
@@ -18567,12 +18568,12 @@ paths:
...
@@ -18567,12 +18568,12 @@ paths:
type
:
number
type
:
number
format
:
double
format
:
double
deprecated
:
false
deprecated
:
false
/Main
Totalteacher
s/count
:
/Main
Revenuetopeight
s/count
:
get
:
get
:
tags
:
tags
:
-
Main
Totalteacher
-
Main
Revenuetopeight
summary
:
Count instances of the model matched by where from the data source.
summary
:
Count instances of the model matched by where from the data source.
operationId
:
Main
Totalteacher
.count
operationId
:
Main
Revenuetopeight
.count
parameters
:
parameters
:
-
name
:
where
-
name
:
where
in
:
query
in
:
query
...
@@ -18590,12 +18591,12 @@ paths:
...
@@ -18590,12 +18591,12 @@ paths:
type
:
number
type
:
number
format
:
double
format
:
double
deprecated
:
false
deprecated
:
false
/Main
Totalstudent
s
:
/Main
Vrorder
s
:
post
:
post
:
tags
:
tags
:
-
Main
Totalstudent
-
Main
Vrorder
summary
:
Create a new instance of the model and persist it into the data source.
summary
:
Create a new instance of the model and persist it into the data source.
operationId
:
Main
Totalstudent
.create
operationId
:
Main
Vrorder
.create
parameters
:
parameters
:
-
name
:
data
-
name
:
data
in
:
body
in
:
body
...
@@ -18603,20 +18604,20 @@ paths:
...
@@ -18603,20 +18604,20 @@ paths:
required
:
false
required
:
false
schema
:
schema
:
description
:
Model instance data
description
:
Model instance data
$ref
:
'
#/definitions/Main
Totalstudent
'
$ref
:
'
#/definitions/Main
Vrorder
'
responses
:
responses
:
'
200'
:
'
200'
:
description
:
Request was successful
description
:
Request was successful
schema
:
schema
:
$ref
:
'
#/definitions/Main
Totalstudent
'
$ref
:
'
#/definitions/Main
Vrorder
'
deprecated
:
false
deprecated
:
false
patch
:
patch
:
tags
:
tags
:
-
Main
Totalstudent
-
Main
Vrorder
summary
:
>-
summary
:
>-
Patch an existing model instance or insert a new one into the data
Patch an existing model instance or insert a new one into the data
source.
source.
operationId: Main
Totalstudent
.patchOrCreate
operationId: Main
Vrorder
.patchOrCreate
parameters:
parameters:
- name: data
- name: data
in: body
in: body
...
@@ -18624,20 +18625,20 @@ paths:
...
@@ -18624,20 +18625,20 @@ paths:
required: false
required: false
schema:
schema:
description: Model instance data
description: Model instance data
$ref: '#/definitions/Main
Totalstudent
'
$ref: '#/definitions/Main
Vrorder
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Totalstudent
'
$ref: '#/definitions/Main
Vrorder
'
deprecated: false
deprecated: false
put
:
put
:
tags
:
tags
:
-
Main
Totalstudent
-
Main
Vrorder
summary
:
>-
summary
:
>-
Replace an existing model instance or insert a new one into the data
Replace an existing model instance or insert a new one into the data
source.
source.
operationId: Main
Totalstudent.replaceOrCreate__put_MainTotalstudent
s
operationId: Main
Vrorder.replaceOrCreate__put_MainVrorder
s
parameters:
parameters:
- name: data
- name: data
in: body
in: body
...
@@ -18645,18 +18646,18 @@ paths:
...
@@ -18645,18 +18646,18 @@ paths:
required: false
required: false
schema:
schema:
description: Model instance data
description: Model instance data
$ref: '#/definitions/Main
Totalstudent
'
$ref: '#/definitions/Main
Vrorder
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Totalstudent
'
$ref: '#/definitions/Main
Vrorder
'
deprecated: false
deprecated: false
get
:
get
:
tags
:
tags
:
-
Main
Totalstudent
-
Main
Vrorder
summary
:
Find all instances of the model matched by filter from the data source.
summary
:
Find all instances of the model matched by filter from the data source.
operationId
:
Main
Totalstudent
.find
operationId
:
Main
Vrorder
.find
parameters
:
parameters
:
-
name
:
filter
-
name
:
filter
in
:
query
in
:
query
...
@@ -18675,16 +18676,16 @@ paths:
...
@@ -18675,16 +18676,16 @@ paths:
schema
:
schema
:
type
:
array
type
:
array
items
:
items
:
$ref
:
'
#/definitions/Main
Totalstudent
'
$ref
:
'
#/definitions/Main
Vrorder
'
deprecated
:
false
deprecated
:
false
/Main
Totalstudent
s/replaceOrCreate
:
/Main
Vrorder
s/replaceOrCreate
:
post
:
post
:
tags
:
tags
:
-
Main
Totalstudent
-
Main
Vrorder
summary
:
>-
summary
:
>-
Replace an existing model instance or insert a new one into the data
Replace an existing model instance or insert a new one into the data
source.
source.
operationId: Main
Totalstudent.replaceOrCreate__post_MainTotalstudent
s_replaceOrCreate
operationId: Main
Vrorder.replaceOrCreate__post_MainVrorder
s_replaceOrCreate
parameters:
parameters:
- name: data
- name: data
in: body
in: body
...
@@ -18692,21 +18693,21 @@ paths:
...
@@ -18692,21 +18693,21 @@ paths:
required: false
required: false
schema:
schema:
description: Model instance data
description: Model instance data
$ref: '#/definitions/Main
Totalstudent
'
$ref: '#/definitions/Main
Vrorder
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Totalstudent
'
$ref: '#/definitions/Main
Vrorder
'
deprecated: false
deprecated: false
/Main
Totalstudent
s/upsertWithWhere
:
/Main
Vrorder
s/upsertWithWhere
:
post
:
post
:
tags
:
tags
:
-
Main
Totalstudent
-
Main
Vrorder
summary
:
>-
summary
:
>-
Update an existing model instance or insert a new one into the data
Update an existing model instance or insert a new one into the data
source based on the where criteria.
source based on the where criteria.
operationId: Main
Totalstudent
.upsertWithWhere
operationId: Main
Vrorder
.upsertWithWhere
parameters:
parameters:
- name: where
- name: where
in: query
in: query
...
@@ -18720,19 +18721,19 @@ paths:
...
@@ -18720,19 +18721,19 @@ paths:
required: false
required: false
schema:
schema:
description: An object of model property name/value pairs
description: An object of model property name/value pairs
$ref: '#/definitions/Main
Totalstudent
'
$ref: '#/definitions/Main
Vrorder
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Totalstudent
'
$ref: '#/definitions/Main
Vrorder
'
deprecated: false
deprecated: false
'
/Main
Totalstudent
s/{id}/exists'
:
'
/Main
Vrorder
s/{id}/exists'
:
get
:
get
:
tags
:
tags
:
-
Main
Totalstudent
-
Main
Vrorder
summary
:
Check whether a model instance exists in the data source.
summary
:
Check whether a model instance exists in the data source.
operationId
:
'
Main
Totalstudent.exists__get_MainTotalstudent
s_{id}_exists'
operationId
:
'
Main
Vrorder.exists__get_MainVrorder
s_{id}_exists'
parameters
:
parameters
:
-
name
:
id
-
name
:
id
in
:
path
in
:
path
...
@@ -18749,12 +18750,12 @@ paths:
...
@@ -18749,12 +18750,12 @@ paths:
exists
:
exists
:
type
:
boolean
type
:
boolean
deprecated
:
false
deprecated
:
false
'
/Main
Totalstudent
s/{id}'
:
'
/Main
Vrorder
s/{id}'
:
head
:
head
:
tags
:
tags
:
-
Main
Totalstudent
-
Main
Vrorder
summary
:
Check whether a model instance exists in the data source.
summary
:
Check whether a model instance exists in the data source.
operationId
:
'
Main
Totalstudent.exists__head_MainTotalstudent
s_{id}'
operationId
:
'
Main
Vrorder.exists__head_MainVrorder
s_{id}'
parameters
:
parameters
:
-
name
:
id
-
name
:
id
in
:
path
in
:
path
...
@@ -18773,9 +18774,9 @@ paths:
...
@@ -18773,9 +18774,9 @@ paths:
deprecated
:
false
deprecated
:
false
get
:
get
:
tags
:
tags
:
-
Main
Totalstudent
-
Main
Vrorder
summary
:
'
Find
a
model
instance
by
{{id}}
from
the
data
source.'
summary
:
'
Find
a
model
instance
by
{{id}}
from
the
data
source.'
operationId
:
Main
Totalstudent
.findById
operationId
:
Main
Vrorder
.findById
parameters
:
parameters
:
-
name
:
id
-
name
:
id
in
:
path
in
:
path
...
@@ -18795,15 +18796,15 @@ paths:
...
@@ -18795,15 +18796,15 @@ paths:
'
200'
:
'
200'
:
description
:
Request was successful
description
:
Request was successful
schema
:
schema
:
$ref
:
'
#/definitions/Main
Totalstudent
'
$ref
:
'
#/definitions/Main
Vrorder
'
deprecated
:
false
deprecated
:
false
put
:
put
:
tags
:
tags
:
-
Main
Totalstudent
-
Main
Vrorder
summary
:
>-
summary
:
>-
Replace attributes for a model instance and persist it into the data
Replace attributes for a model instance and persist it into the data
source.
source.
operationId: 'Main
Totalstudent.replaceById__put_MainTotalstudent
s_{id}'
operationId: 'Main
Vrorder.replaceById__put_MainVrorder
s_{id}'
parameters:
parameters:
- name: id
- name: id
in: path
in: path
...
@@ -18817,18 +18818,18 @@ paths:
...
@@ -18817,18 +18818,18 @@ paths:
required: false
required: false
schema:
schema:
description: Model instance data
description: Model instance data
$ref: '#/definitions/Main
Totalstudent
'
$ref: '#/definitions/Main
Vrorder
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Totalstudent
'
$ref: '#/definitions/Main
Vrorder
'
deprecated: false
deprecated: false
delete
:
delete
:
tags
:
tags
:
-
Main
Totalstudent
-
Main
Vrorder
summary
:
'
Delete
a
model
instance
by
{{id}}
from
the
data
source.'
summary
:
'
Delete
a
model
instance
by
{{id}}
from
the
data
source.'
operationId
:
Main
Totalstudent
.deleteById
operationId
:
Main
Vrorder
.deleteById
parameters
:
parameters
:
-
name
:
id
-
name
:
id
in
:
path
in
:
path
...
@@ -18844,15 +18845,15 @@ paths:
...
@@ -18844,15 +18845,15 @@ paths:
deprecated
:
false
deprecated
:
false
patch
:
patch
:
tags
:
tags
:
-
Main
Totalstudent
-
Main
Vrorder
summary
:
>-
summary
:
>-
Patch attributes for a model instance and persist it into the data
Patch attributes for a model instance and persist it into the data
source.
source.
operationId: Main
Totalstudent
.prototype.patchAttributes
operationId: Main
Vrorder
.prototype.patchAttributes
parameters:
parameters:
- name: id
- name: id
in: path
in: path
description: Main
Totalstudent
id
description: Main
Vrorder
id
required: true
required: true
type: string
type: string
format: JSON
format: JSON
...
@@ -18862,21 +18863,21 @@ paths:
...
@@ -18862,21 +18863,21 @@ paths:
required: false
required: false
schema:
schema:
description: An object of model property name/value pairs
description: An object of model property name/value pairs
$ref: '#/definitions/Main
Totalstudent
'
$ref: '#/definitions/Main
Vrorder
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Totalstudent
'
$ref: '#/definitions/Main
Vrorder
'
deprecated: false
deprecated: false
'
/Main
Totalstudent
s/{id}/replace'
:
'
/Main
Vrorder
s/{id}/replace'
:
post
:
post
:
tags
:
tags
:
-
Main
Totalstudent
-
Main
Vrorder
summary
:
>-
summary
:
>-
Replace attributes for a model instance and persist it into the data
Replace attributes for a model instance and persist it into the data
source.
source.
operationId: 'Main
Totalstudent.replaceById__post_MainTotalstudent
s_{id}_replace'
operationId: 'Main
Vrorder.replaceById__post_MainVrorder
s_{id}_replace'
parameters:
parameters:
- name: id
- name: id
in: path
in: path
...
@@ -18890,19 +18891,19 @@ paths:
...
@@ -18890,19 +18891,19 @@ paths:
required: false
required: false
schema:
schema:
description: Model instance data
description: Model instance data
$ref: '#/definitions/Main
Totalstudent
'
$ref: '#/definitions/Main
Vrorder
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Totalstudent
'
$ref: '#/definitions/Main
Vrorder
'
deprecated: false
deprecated: false
/Main
Totalstudent
s/findOne
:
/Main
Vrorder
s/findOne
:
get
:
get
:
tags
:
tags
:
-
Main
Totalstudent
-
Main
Vrorder
summary
:
Find first instance of the model matched by filter from the data source.
summary
:
Find first instance of the model matched by filter from the data source.
operationId
:
Main
Totalstudent
.findOne
operationId
:
Main
Vrorder
.findOne
parameters
:
parameters
:
-
name
:
filter
-
name
:
filter
in
:
query
in
:
query
...
@@ -18919,14 +18920,14 @@ paths:
...
@@ -18919,14 +18920,14 @@ paths:
'
200'
:
'
200'
:
description
:
Request was successful
description
:
Request was successful
schema
:
schema
:
$ref
:
'
#/definitions/Main
Totalstudent
'
$ref
:
'
#/definitions/Main
Vrorder
'
deprecated
:
false
deprecated
:
false
/Main
Totalstudent
s/update
:
/Main
Vrorder
s/update
:
post
:
post
:
tags
:
tags
:
-
Main
Totalstudent
-
Main
Vrorder
summary
:
'
Update
instances
of
the
model
matched
by
{{where}}
from
the
data
source.'
summary
:
'
Update
instances
of
the
model
matched
by
{{where}}
from
the
data
source.'
operationId
:
Main
Totalstudent
.updateAll
operationId
:
Main
Vrorder
.updateAll
parameters
:
parameters
:
-
name
:
where
-
name
:
where
in
:
query
in
:
query
...
@@ -18940,7 +18941,7 @@ paths:
...
@@ -18940,7 +18941,7 @@ paths:
required
:
false
required
:
false
schema
:
schema
:
description
:
An object of model property name/value pairs
description
:
An object of model property name/value pairs
$ref
:
'
#/definitions/Main
Totalstudent
'
$ref
:
'
#/definitions/Main
Vrorder
'
responses
:
responses
:
'
200'
:
'
200'
:
description
:
Request was successful
description
:
Request was successful
...
@@ -18953,12 +18954,12 @@ paths:
...
@@ -18953,12 +18954,12 @@ paths:
type
:
number
type
:
number
format
:
double
format
:
double
deprecated
:
false
deprecated
:
false
/Main
Totalstudent
s/count
:
/Main
Vrorder
s/count
:
get
:
get
:
tags
:
tags
:
-
Main
Totalstudent
-
Main
Vrorder
summary
:
Count instances of the model matched by where from the data source.
summary
:
Count instances of the model matched by where from the data source.
operationId
:
Main
Totalstudent
.count
operationId
:
Main
Vrorder
.count
parameters
:
parameters
:
-
name
:
where
-
name
:
where
in
:
query
in
:
query
...
@@ -18976,12 +18977,12 @@ paths:
...
@@ -18976,12 +18977,12 @@ paths:
type
:
number
type
:
number
format
:
double
format
:
double
deprecated
:
false
deprecated
:
false
/Main
Revenuetopeight
s
:
/Main
Vrrevenue
s
:
post
:
post
:
tags
:
tags
:
-
Main
Revenuetopeight
-
Main
Vrrevenue
summary
:
Create a new instance of the model and persist it into the data source.
summary
:
Create a new instance of the model and persist it into the data source.
operationId
:
Main
Revenuetopeight
.create
operationId
:
Main
Vrrevenue
.create
parameters
:
parameters
:
-
name
:
data
-
name
:
data
in
:
body
in
:
body
...
@@ -18989,20 +18990,20 @@ paths:
...
@@ -18989,20 +18990,20 @@ paths:
required
:
false
required
:
false
schema
:
schema
:
description
:
Model instance data
description
:
Model instance data
$ref
:
'
#/definitions/Main
Revenuetopeight
'
$ref
:
'
#/definitions/Main
Vrrevenue
'
responses
:
responses
:
'
200'
:
'
200'
:
description
:
Request was successful
description
:
Request was successful
schema
:
schema
:
$ref
:
'
#/definitions/Main
Revenuetopeight
'
$ref
:
'
#/definitions/Main
Vrrevenue
'
deprecated
:
false
deprecated
:
false
patch
:
patch
:
tags
:
tags
:
-
Main
Revenuetopeight
-
Main
Vrrevenue
summary
:
>-
summary
:
>-
Patch an existing model instance or insert a new one into the data
Patch an existing model instance or insert a new one into the data
source.
source.
operationId: Main
Revenuetopeight
.patchOrCreate
operationId: Main
Vrrevenue
.patchOrCreate
parameters:
parameters:
- name: data
- name: data
in: body
in: body
...
@@ -19010,20 +19011,20 @@ paths:
...
@@ -19010,20 +19011,20 @@ paths:
required: false
required: false
schema:
schema:
description: Model instance data
description: Model instance data
$ref: '#/definitions/Main
Revenuetopeight
'
$ref: '#/definitions/Main
Vrrevenue
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Revenuetopeight
'
$ref: '#/definitions/Main
Vrrevenue
'
deprecated: false
deprecated: false
put
:
put
:
tags
:
tags
:
-
Main
Revenuetopeight
-
Main
Vrrevenue
summary
:
>-
summary
:
>-
Replace an existing model instance or insert a new one into the data
Replace an existing model instance or insert a new one into the data
source.
source.
operationId: Main
Revenuetopeight.replaceOrCreate__put_MainRevenuetopeight
s
operationId: Main
Vrrevenue.replaceOrCreate__put_MainVrrevenue
s
parameters:
parameters:
- name: data
- name: data
in: body
in: body
...
@@ -19031,18 +19032,18 @@ paths:
...
@@ -19031,18 +19032,18 @@ paths:
required: false
required: false
schema:
schema:
description: Model instance data
description: Model instance data
$ref: '#/definitions/Main
Revenuetopeight
'
$ref: '#/definitions/Main
Vrrevenue
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Revenuetopeight
'
$ref: '#/definitions/Main
Vrrevenue
'
deprecated: false
deprecated: false
get
:
get
:
tags
:
tags
:
-
Main
Revenuetopeight
-
Main
Vrrevenue
summary
:
Find all instances of the model matched by filter from the data source.
summary
:
Find all instances of the model matched by filter from the data source.
operationId
:
Main
Revenuetopeight
.find
operationId
:
Main
Vrrevenue
.find
parameters
:
parameters
:
-
name
:
filter
-
name
:
filter
in
:
query
in
:
query
...
@@ -19061,17 +19062,16 @@ paths:
...
@@ -19061,17 +19062,16 @@ paths:
schema
:
schema
:
type
:
array
type
:
array
items
:
items
:
$ref
:
'
#/definitions/Main
Revenuetopeight
'
$ref
:
'
#/definitions/Main
Vrrevenue
'
deprecated
:
false
deprecated
:
false
/Main
Revenuetopeight
s/replaceOrCreate
:
/Main
Vrrevenue
s/replaceOrCreate
:
post
:
post
:
tags
:
tags
:
-
Main
Revenuetopeight
-
Main
Vrrevenue
summary
:
>-
summary
:
>-
Replace an existing model instance or insert a new one into the data
Replace an existing model instance or insert a new one into the data
source.
source.
operationId: >-
operationId: MainVrrevenue.replaceOrCreate__post_MainVrrevenues_replaceOrCreate
MainRevenuetopeight.replaceOrCreate__post_MainRevenuetopeights_replaceOrCreate
parameters:
parameters:
- name: data
- name: data
in: body
in: body
...
@@ -19079,21 +19079,21 @@ paths:
...
@@ -19079,21 +19079,21 @@ paths:
required: false
required: false
schema:
schema:
description: Model instance data
description: Model instance data
$ref: '#/definitions/Main
Revenuetopeight
'
$ref: '#/definitions/Main
Vrrevenue
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Revenuetopeight
'
$ref: '#/definitions/Main
Vrrevenue
'
deprecated: false
deprecated: false
/Main
Revenuetopeight
s/upsertWithWhere
:
/Main
Vrrevenue
s/upsertWithWhere
:
post
:
post
:
tags
:
tags
:
-
Main
Revenuetopeight
-
Main
Vrrevenue
summary
:
>-
summary
:
>-
Update an existing model instance or insert a new one into the data
Update an existing model instance or insert a new one into the data
source based on the where criteria.
source based on the where criteria.
operationId: Main
Revenuetopeight
.upsertWithWhere
operationId: Main
Vrrevenue
.upsertWithWhere
parameters:
parameters:
- name: where
- name: where
in: query
in: query
...
@@ -19107,19 +19107,19 @@ paths:
...
@@ -19107,19 +19107,19 @@ paths:
required: false
required: false
schema:
schema:
description: An object of model property name/value pairs
description: An object of model property name/value pairs
$ref: '#/definitions/Main
Revenuetopeight
'
$ref: '#/definitions/Main
Vrrevenue
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Revenuetopeight
'
$ref: '#/definitions/Main
Vrrevenue
'
deprecated: false
deprecated: false
'
/Main
Revenuetopeight
s/{id}/exists'
:
'
/Main
Vrrevenue
s/{id}/exists'
:
get
:
get
:
tags
:
tags
:
-
Main
Revenuetopeight
-
Main
Vrrevenue
summary
:
Check whether a model instance exists in the data source.
summary
:
Check whether a model instance exists in the data source.
operationId
:
'
Main
Revenuetopeight.exists__get_MainRevenuetopeight
s_{id}_exists'
operationId
:
'
Main
Vrrevenue.exists__get_MainVrrevenue
s_{id}_exists'
parameters
:
parameters
:
-
name
:
id
-
name
:
id
in
:
path
in
:
path
...
@@ -19136,12 +19136,12 @@ paths:
...
@@ -19136,12 +19136,12 @@ paths:
exists
:
exists
:
type
:
boolean
type
:
boolean
deprecated
:
false
deprecated
:
false
'
/Main
Revenuetopeight
s/{id}'
:
'
/Main
Vrrevenue
s/{id}'
:
head
:
head
:
tags
:
tags
:
-
Main
Revenuetopeight
-
Main
Vrrevenue
summary
:
Check whether a model instance exists in the data source.
summary
:
Check whether a model instance exists in the data source.
operationId
:
'
Main
Revenuetopeight.exists__head_MainRevenuetopeight
s_{id}'
operationId
:
'
Main
Vrrevenue.exists__head_MainVrrevenue
s_{id}'
parameters
:
parameters
:
-
name
:
id
-
name
:
id
in
:
path
in
:
path
...
@@ -19160,9 +19160,9 @@ paths:
...
@@ -19160,9 +19160,9 @@ paths:
deprecated
:
false
deprecated
:
false
get
:
get
:
tags
:
tags
:
-
Main
Revenuetopeight
-
Main
Vrrevenue
summary
:
'
Find
a
model
instance
by
{{id}}
from
the
data
source.'
summary
:
'
Find
a
model
instance
by
{{id}}
from
the
data
source.'
operationId
:
Main
Revenuetopeight
.findById
operationId
:
Main
Vrrevenue
.findById
parameters
:
parameters
:
-
name
:
id
-
name
:
id
in
:
path
in
:
path
...
@@ -19182,15 +19182,15 @@ paths:
...
@@ -19182,15 +19182,15 @@ paths:
'
200'
:
'
200'
:
description
:
Request was successful
description
:
Request was successful
schema
:
schema
:
$ref
:
'
#/definitions/Main
Revenuetopeight
'
$ref
:
'
#/definitions/Main
Vrrevenue
'
deprecated
:
false
deprecated
:
false
put
:
put
:
tags
:
tags
:
-
Main
Revenuetopeight
-
Main
Vrrevenue
summary
:
>-
summary
:
>-
Replace attributes for a model instance and persist it into the data
Replace attributes for a model instance and persist it into the data
source.
source.
operationId: 'Main
Revenuetopeight.replaceById__put_MainRevenuetopeight
s_{id}'
operationId: 'Main
Vrrevenue.replaceById__put_MainVrrevenue
s_{id}'
parameters:
parameters:
- name: id
- name: id
in: path
in: path
...
@@ -19204,18 +19204,18 @@ paths:
...
@@ -19204,18 +19204,18 @@ paths:
required: false
required: false
schema:
schema:
description: Model instance data
description: Model instance data
$ref: '#/definitions/Main
Revenuetopeight
'
$ref: '#/definitions/Main
Vrrevenue
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Revenuetopeight
'
$ref: '#/definitions/Main
Vrrevenue
'
deprecated: false
deprecated: false
delete
:
delete
:
tags
:
tags
:
-
Main
Revenuetopeight
-
Main
Vrrevenue
summary
:
'
Delete
a
model
instance
by
{{id}}
from
the
data
source.'
summary
:
'
Delete
a
model
instance
by
{{id}}
from
the
data
source.'
operationId
:
Main
Revenuetopeight
.deleteById
operationId
:
Main
Vrrevenue
.deleteById
parameters
:
parameters
:
-
name
:
id
-
name
:
id
in
:
path
in
:
path
...
@@ -19231,15 +19231,15 @@ paths:
...
@@ -19231,15 +19231,15 @@ paths:
deprecated
:
false
deprecated
:
false
patch
:
patch
:
tags
:
tags
:
-
Main
Revenuetopeight
-
Main
Vrrevenue
summary
:
>-
summary
:
>-
Patch attributes for a model instance and persist it into the data
Patch attributes for a model instance and persist it into the data
source.
source.
operationId: Main
Revenuetopeight
.prototype.patchAttributes
operationId: Main
Vrrevenue
.prototype.patchAttributes
parameters:
parameters:
- name: id
- name: id
in: path
in: path
description: Main
Revenuetopeight
id
description: Main
Vrrevenue
id
required: true
required: true
type: string
type: string
format: JSON
format: JSON
...
@@ -19249,21 +19249,21 @@ paths:
...
@@ -19249,21 +19249,21 @@ paths:
required: false
required: false
schema:
schema:
description: An object of model property name/value pairs
description: An object of model property name/value pairs
$ref: '#/definitions/Main
Revenuetopeight
'
$ref: '#/definitions/Main
Vrrevenue
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Revenuetopeight
'
$ref: '#/definitions/Main
Vrrevenue
'
deprecated: false
deprecated: false
'
/Main
Revenuetopeight
s/{id}/replace'
:
'
/Main
Vrrevenue
s/{id}/replace'
:
post
:
post
:
tags
:
tags
:
-
Main
Revenuetopeight
-
Main
Vrrevenue
summary
:
>-
summary
:
>-
Replace attributes for a model instance and persist it into the data
Replace attributes for a model instance and persist it into the data
source.
source.
operationId: 'Main
Revenuetopeight.replaceById__post_MainRevenuetopeight
s_{id}_replace'
operationId: 'Main
Vrrevenue.replaceById__post_MainVrrevenue
s_{id}_replace'
parameters:
parameters:
- name: id
- name: id
in: path
in: path
...
@@ -19277,19 +19277,19 @@ paths:
...
@@ -19277,19 +19277,19 @@ paths:
required: false
required: false
schema:
schema:
description: Model instance data
description: Model instance data
$ref: '#/definitions/Main
Revenuetopeight
'
$ref: '#/definitions/Main
Vrrevenue
'
responses:
responses:
'200':
'200':
description: Request was successful
description: Request was successful
schema:
schema:
$ref: '#/definitions/Main
Revenuetopeight
'
$ref: '#/definitions/Main
Vrrevenue
'
deprecated: false
deprecated: false
/Main
Revenuetopeight
s/findOne
:
/Main
Vrrevenue
s/findOne
:
get
:
get
:
tags
:
tags
:
-
Main
Revenuetopeight
-
Main
Vrrevenue
summary
:
Find first instance of the model matched by filter from the data source.
summary
:
Find first instance of the model matched by filter from the data source.
operationId
:
Main
Revenuetopeight
.findOne
operationId
:
Main
Vrrevenue
.findOne
parameters
:
parameters
:
-
name
:
filter
-
name
:
filter
in
:
query
in
:
query
...
@@ -19306,14 +19306,14 @@ paths:
...
@@ -19306,14 +19306,14 @@ paths:
'
200'
:
'
200'
:
description
:
Request was successful
description
:
Request was successful
schema
:
schema
:
$ref
:
'
#/definitions/Main
Revenuetopeight
'
$ref
:
'
#/definitions/Main
Vrrevenue
'
deprecated
:
false
deprecated
:
false
/Main
Revenuetopeight
s/update
:
/Main
Vrrevenue
s/update
:
post
:
post
:
tags
:
tags
:
-
Main
Revenuetopeight
-
Main
Vrrevenue
summary
:
'
Update
instances
of
the
model
matched
by
{{where}}
from
the
data
source.'
summary
:
'
Update
instances
of
the
model
matched
by
{{where}}
from
the
data
source.'
operationId
:
Main
Revenuetopeight
.updateAll
operationId
:
Main
Vrrevenue
.updateAll
parameters
:
parameters
:
-
name
:
where
-
name
:
where
in
:
query
in
:
query
...
@@ -19327,7 +19327,7 @@ paths:
...
@@ -19327,7 +19327,7 @@ paths:
required
:
false
required
:
false
schema
:
schema
:
description
:
An object of model property name/value pairs
description
:
An object of model property name/value pairs
$ref
:
'
#/definitions/Main
Revenuetopeight
'
$ref
:
'
#/definitions/Main
Vrrevenue
'
responses
:
responses
:
'
200'
:
'
200'
:
description
:
Request was successful
description
:
Request was successful
...
@@ -19340,12 +19340,12 @@ paths:
...
@@ -19340,12 +19340,12 @@ paths:
type
:
number
type
:
number
format
:
double
format
:
double
deprecated
:
false
deprecated
:
false
/Main
Revenuetopeight
s/count
:
/Main
Vrrevenue
s/count
:
get
:
get
:
tags
:
tags
:
-
Main
Revenuetopeight
-
Main
Vrrevenue
summary
:
Count instances of the model matched by where from the data source.
summary
:
Count instances of the model matched by where from the data source.
operationId
:
Main
Revenuetopeight
.count
operationId
:
Main
Vrrevenue
.count
parameters
:
parameters
:
-
name
:
where
-
name
:
where
in
:
query
in
:
query
...
@@ -20193,13 +20193,13 @@ definitions:
...
@@ -20193,13 +20193,13 @@ definitions:
required
:
required
:
-
name
-
name
additionalProperties
:
false
additionalProperties
:
false
MainV
rrevenue
:
MainV
ocation
:
properties
:
properties
:
id
:
id
:
maxLength
:
36
maxLength
:
36
type
:
string
type
:
string
name
:
name
:
maxLength
:
8
maxLength
:
5
type
:
string
type
:
string
value
:
value
:
type
:
number
type
:
number
...
@@ -20207,13 +20207,13 @@ definitions:
...
@@ -20207,13 +20207,13 @@ definitions:
required
:
required
:
-
name
-
name
additionalProperties
:
false
additionalProperties
:
false
Main
Vrord
er
:
Main
Totalteach
er
:
properties
:
properties
:
id
:
id
:
maxLength
:
36
maxLength
:
36
type
:
string
type
:
string
name
:
name
:
maxLength
:
8
maxLength
:
4
type
:
string
type
:
string
value
:
value
:
type
:
number
type
:
number
...
@@ -20221,13 +20221,13 @@ definitions:
...
@@ -20221,13 +20221,13 @@ definitions:
required
:
required
:
-
name
-
name
additionalProperties
:
false
additionalProperties
:
false
Main
Vocation
:
Main
Totalstudent
:
properties
:
properties
:
id
:
id
:
maxLength
:
36
maxLength
:
36
type
:
string
type
:
string
name
:
name
:
maxLength
:
5
maxLength
:
4
type
:
string
type
:
string
value
:
value
:
type
:
number
type
:
number
...
@@ -20235,42 +20235,32 @@ definitions:
...
@@ -20235,42 +20235,32 @@ definitions:
required
:
required
:
-
name
-
name
additionalProperties
:
false
additionalProperties
:
false
Main
Totalteacher
:
Main
Revenuetopeight
:
properties
:
properties
:
id
:
id
:
maxLength
:
36
maxLength
:
36
type
:
string
type
:
string
name
:
name
:
maxLength
:
4
maxLength
:
200
type
:
string
type
:
string
value
:
value
:
type
:
number
type
:
number
format
:
double
format
:
double
required
:
-
name
additionalProperties
:
false
additionalProperties
:
false
Main
Totalstudent
:
Main
Vrorder
:
properties
:
properties
:
id
:
id
:
maxLength
:
36
maxLength
:
36
type
:
string
type
:
string
name
:
maxLength
:
4
type
:
string
value
:
value
:
type
:
number
type
:
number
format
:
double
format
:
double
required
:
-
name
additionalProperties
:
false
additionalProperties
:
false
Main
Revenuetopeight
:
Main
Vrrevenue
:
properties
:
properties
:
id
:
id
:
maxLength
:
36
maxLength
:
36
type
:
string
type
:
string
name
:
maxLength
:
200
type
:
string
value
:
value
:
type
:
number
type
:
number
format
:
double
format
:
double
...
...
server/model-config.json
View file @
aaab4c87
...
@@ -189,27 +189,27 @@
...
@@ -189,27 +189,27 @@
"dataSource"
:
"ruipeng"
,
"dataSource"
:
"ruipeng"
,
"public"
:
true
"public"
:
true
},
},
"MainV
rrevenue
"
:
{
"MainV
ocation
"
:
{
"dataSource"
:
"ruipeng"
,
"dataSource"
:
"ruipeng"
,
"public"
:
true
"public"
:
true
},
},
"Main
Vrord
er"
:
{
"Main
Totalteach
er"
:
{
"dataSource"
:
"ruipeng"
,
"dataSource"
:
"ruipeng"
,
"public"
:
true
"public"
:
true
},
},
"Main
Vocation
"
:
{
"Main
Totalstudent
"
:
{
"dataSource"
:
"ruipeng"
,
"dataSource"
:
"ruipeng"
,
"public"
:
true
"public"
:
true
},
},
"Main
Totalteacher
"
:
{
"Main
Revenuetopeight
"
:
{
"dataSource"
:
"ruipeng"
,
"dataSource"
:
"ruipeng"
,
"public"
:
true
"public"
:
true
},
},
"Main
Totalstudent
"
:
{
"Main
Vrorder
"
:
{
"dataSource"
:
"ruipeng"
,
"dataSource"
:
"ruipeng"
,
"public"
:
true
"public"
:
true
},
},
"Main
Revenuetopeight
"
:
{
"Main
Vrrevenue
"
:
{
"dataSource"
:
"ruipeng"
,
"dataSource"
:
"ruipeng"
,
"public"
:
true
"public"
:
true
}
}
...
...
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