info property

Info get info
inherited

Provides metadata about the API. The metadata MAY be used by tooling as required.

Implementation

@JsonKey(name: 'openapi') String get version;/// Provides metadata about the API.
/// The metadata MAY be used by tooling as required.
 Info get info;