schema property

String? schema
final

Used to define the output data schema for an additional response if it differs from the default output data schema.

Rather than a DataSchema object, the name of a previous definition given in a schemaDefinitions map must be used.

Implementation

final String? schema;