schema property

Schema? get schema
inherited

Specifies the schema of the parameter's value (OpenAPI 3.0).

Implementation

bool? get deprecated;/// Specifies the schema of the parameter's value (OpenAPI 3.0).
Schema? get schema;