Search
Preparing search index...
The search index is not available
mongorestorm-server
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"api/openapi/schemas/index"
External module "api/openapi/schemas/index"
Index
Object literals
schemas
Object literals
Const
schemas
schemas
:
object
generic
generic
:
any
= new GenericModel().getOasSchema()
generic
Error
generic
Error
:
object
type
type
:
string
= "object"
properties
properties
:
object
code
code
:
object
one
Of
one
Of
:
(
object
|
object
)
[]
= [{type: 'number',},{type: 'string',nullable: true,},]
data
data
:
object
$ref
$ref
:
string
= "#/components/schemas/generic"
nullable
nullable
:
boolean
= true
message
message
:
object
type
type
:
string
= "string"
status
status
:
object
enum
enum
:
string
[]
= ['error']
type
type
:
string
= "string"
generic
Fail
generic
Fail
:
object
type
type
:
string
= "object"
properties
properties
:
object
data
data
:
object
$ref
$ref
:
string
= "#/components/schemas/generic"
nullable
nullable
:
boolean
= true
status
status
:
object
enum
enum
:
string
[]
= ['fail']
type
type
:
string
= "string"
generic
Success
generic
Success
:
object
type
type
:
string
= "object"
properties
properties
:
object
data
data
:
object
$ref
$ref
:
string
= "#/components/schemas/generic"
nullable
nullable
:
boolean
= true
status
status
:
object
enum
enum
:
string
[]
= ['success']
type
type
:
string
= "string"
Globals
"api/openapi/schemas/index"
schemas
Generated using
TypeDoc