ref property

  1. @JsonKey.new(name: '\$ref')
  2. @_RequestRefConverter.new()
String? get ref
inherited

Reference to a response defined in Components.requestBodies

Implementation

Map<String, MediaType>? get content;/// Reference to a response defined in [Components.requestBodies]
@JsonKey(name: '\$ref')@_RequestRefConverter() String? get ref;