open-project-flutter-api/doc/SchemaModel.md
2023-11-05 19:54:17 +01:00

18 lines
606 B
Markdown

# openapi.model.SchemaModel
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | [**Object**](Object.md) | |
**dependencies** | [**Object**](.md) | A list of dependencies between one property's value and another property | [optional]
**links** | [**SchemaModelLinks**](SchemaModelLinks.md) | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)