SudoSOS Back-end API / internal/swagger / SwaggerSpecification
Interface: SwaggerSpecification ​
Indexable ​
ts
[key: string]: anyProperties ​
components? ​
ts
optional components: object;| Name | Type |
|---|---|
schemas | any |
Methods ​
validateModel() ​
ts
validateModel(
modelName,
object,
allowBlankTarget?,
disallowExtraProperties?): ValidationResult;Parameters ​
| Parameter | Type |
|---|---|
modelName | string |
object | object |
allowBlankTarget? | boolean |
disallowExtraProperties? | boolean |