Wraps decoded JSON.
factory OpenAPIOperation.fromJson(Map<String, Object?> json) => OpenAPIOperation._(Map<String, Object?>.from(json));