schema property

String? schema
final

The schema for the model. For application/json models, this should be JSON schema draft 4 model.

Implementation

final String? schema;